Main Use cases

The API allows to send a package of unsigned Foreign Currency Transfers (FCT) to the bank in the pain.001.001 format

Sending an unsigned payments to the bank

To upload an unsigned payments to the bank, you should:

  • get AccessToken
  • generate an xml in the pain.001.001 format. See the format specification on the page Import format
  • send a POST request message
  • receive a synchronous response with message status

Upload unsigned Foreign Currency Transfers

Request

RequestPOST /v1/iso20022/currency-transfer
Description Import of unsigned foreign currency payments in pain.001.001 format
Note: only one message in pain.001.001 format can be upload via single POST /v1/iso20022/currency-transfer.
But the message may contains a bunch of payments
Content-Typeapplication/xml
Body xml in the pain.001.001 format

Response

Bank will return a synchronous response that will contain:

  • HTTP status code in accordance with standard
HTTP status codeMessage receipt statusReason description
200CreatedThe message successfully is accepted by the bank
400Bad requestXML validation error
401UnauthorizedAuthorization error
403ForbiddenAccess is denied
500Internal Server ErrorAn unexpected error has occurred (server unavailablity, etc.)