Transfer funds between your accounts.
Account Transfers (2025-01-01)
Transfer funds from source account to target account.
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 Transfers API. 
 WP-Api-Version header
  WP-Api-Version: 2025-01-01We use the WP-Api-Version header to identify which version of our API you are using. You must use the WP-Api-Version header for any request you send. 
 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. When you make a request within Access Worldpay, you should always cache the response returned.
Optional ID to trace requests, if not provided, it is generated.
The source account number.
The target account number.
The amount. A maximum of seven digits before the decimal place. A maximum of two decimal places.
You can use this to describe what the transfer is for.
- 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#
 
{ "sourceAccountNumber": "1111550000000001", "targetAccountNumber": "1111550000000002", "amount": "77.22", "narrative": "A narrative", "quoteId": "QuoteId" }