Transfer funds between your accounts.
Account Transfers (v1)
Transfer funds between your currency accounts.
Authentication header
  Authorization: {your_credentials}Replace {your_credentials} with your base64-encoded Basic Auth username and password given to you by your Implementation Manager. 
 
 You must use the Authorization header for any request you send to our Account APIs.
Accept header
  Accept: application/vnd.worldpay.accounts.transfer-v1+jsonWe use the Accept header to identify which version of our API you are using. You must use the Accept header for any request you send to our Account APIs. 
DNS whitelisting
Whitelist the following URLs:
https://try.access.worldpay.com/https://access.worldpay.com/
Please ensure you use DNS whitelisting, not explicit IP whitelisting.
Download OpenAPI description
Languages
Servers
Test (Try)
https://try.access.worldpay.com/
Live
https://access.worldpay.com/
Body
- application/json
 - application/vnd.worldpay.accounts.transfer-v1+json
 
A decimal value for the transfer. Currency is defined by the source account currency.
- Test (Try)https://try.access.worldpay.com/accounts/transfer
 - Livehttps://access.worldpay.com/accounts/transfer
 
- Payload
 - curl
 - Python
 - Java
 - Node.js
 - Go
 - PHP
 - Ruby
 - C#
 
Transfer money between accounts.
{ "sourceAccountNumber": "1111550000000001", "targetAccountNumber": "1111550000000002", "amount": 123.45, "narrative": "CurrencyTransfer12", "quoteID": "Q0000000BV" }
Response
{}