Last Updated: 27 July 2023 | Change Log
Transfer API
Transfer funds between your currency accounts.
Make yourself familiar with our API Principles to ensure a resilient integration.
Get started
Get started using our API Reference and set your headers.
Request
POST
https://try.access.worldpay.com/accounts/transfer/
Request Schema:
The 16-digit transfer source account number.
A 16-digit transfer destination account number.
A decimal value for the transfer. Currency is defined by the source account currency.
A description about the transfer.
The ID of the quote of an exchange rate for the transfer. Not currently used - can set as empty guid value (all zeros).
Request example
{ "sourceAccountNumber":"1111550000000001", "targetAccountNumber":"1111550000000002", "amount":123.45, "narrative":"CurrencyTransfer12", "quoteID":"Q0000000BV" }
Response
Response examples
Body of the response
There is no body for a successful response. Only HTTP status 202 will be returned.
Errors
Check out our API reference for the full error code schema.