v1

latestOpenAPI 3.1.02026-07-247328324.6 KB
Payment

List all deposit accounts

get/payments/deposit-accounts

Query parameters

countrystring

ISO 3166-1 alpha-2 country code

ISO 3166-1 alpha-2 country code

currencystring

ISO 4217 currency code

Example:USD

ISO 4217 currency code

Response

Successful operation

Example response

{
  "data": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "supported_features": [
        {
          "currency": "USD"
        }
      ]
    }
  ]
}