API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation.

Banks

Get Banks by countryCode.

get
Required scopes
This endpoint requires the following scopes:
  • : MoneyTransfer API
  • : Support API
  • : MoneyTransfer API
  • : Support API
Authorizations
OAuth2implicitRequired
Authorization URL:
OAuth2clientCredentialsRequired
Token URL:
Query parameters
countryCodestringOptional
Responses
200

Success

application/json
get
/api/Banks
GET /api/Banks HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "country": "text",
    "bic": "text",
    "internalCode": "text"
  }
]

Last updated