API Reference
Dive into the specifics of each API endpoint by checking out our complete documentation.
Banks
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
401
Unauthorized
403
Forbidden
404
Not Found
get
/api/BanksGET /api/Banks HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"id": "text",
"name": "text",
"country": "text",
"bic": "text",
"internalCode": "text"
}
]Last updated