Skip to main content
GET
/
synctera_pay
/
vendors
/
{id}
Get an Outgoing Synctera Pay vendor
curl --request GET \
  --url https://api.synctera.com/v2/synctera_pay/vendors/{id}
{
  "config": {
    "unique_reference_ids": true
  },
  "description": "Wise is a financial technology company that provides international money transfer services.",
  "name": "Wise",
  "enabled": true,
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "tenant_id": "abcdef_ghijkl"
}

Path Parameters

id
string<uuid>
required

The unique resource identifier

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Account

Synctera Pay Vendor Response The base schema for a Synctera Pay vendor.

config
object
required
name
string
required

The name of the vendor.

Example:

"Wise"

enabled
boolean
required

Whether the vendor is enabled.

Example:

true

id
string<uuid>
required

Unique identifier for the vendor.

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

tenant_id
string
required

The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

Example:

"abcdef_ghijkl"

description
string

A description of the vendor.

Example:

"Wise is a financial technology company that provides international money transfer services."