GET
/
synctera_pay
/
configurations
Get Synctera Pay Configurations
curl --request GET \
  --url https://api.synctera.com/v1/synctera_pay/configurations \
  --header 'Authorization: Bearer <token>'
[
  {
    "description": "This configuration is used for international remittance",
    "details": {
      "currency": "<string>",
      "domestic": true,
      "external_payment_rail": "INTERAC",
      "settlement_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "settlement_account_type": "ACCOUNT",
      "subtypes": [
        "OUTGOING_INTERNATIONAL_REMITTANCE"
      ]
    },
    "enabled": true,
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "International Remittance",
    "rules": {
      "hold_time": 123,
      "required_details": [
        "exchange_details"
      ]
    },
    "tenant": "abcdef_ghijkl"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Retrieve all Synctera Pay configuration

A collection of Synctera Pay configurations