Send funds to your customer's bank accounts and search for payouts using parameters.
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 Payouts API, unless you are using client certificate authentication with SSL/TLS.
WP-Api-Version Header
WP-Api-Version: 2025-01-01
We use the WP-Api-Version header to identify which version of our API you are using.
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.
https://try.access.worldpay.com/
https://access.worldpay.com/
A unique identifier used to trace and correlate a request across systems. Must be a GUID.
A unique key to identify the request. This is used to prevent duplicate processing of the same request.
Holds information about the individual payouts.
https://try.access.worldpay.com/accountPayouts/batch
https://access.worldpay.com/accountPayouts/batch
{ "merchant": { "entity": "default" }, "payouts": [ { "instruction": { "value": { "sourceCurrency": "EUR", "sourceAmount": 0, "targetCurrency": "EUR", "targetAmount": 199.99 }, "narrative": { "line1": "Testing invalid bank details" }, "countryCode": "GB", "fastPayment": false, "beneficiaryBankDetails": { "iban": "GB41CITI18500818404062", "bankName": "Citibank London" }, "parties": [ { "partyType": "beneficiary", "personalDetails": { "type": "Company", "companyName": "Worldpay AP Ltd" }, "address": { "address1": "25 Walbrook", "city": "London", "postalCode": "EC4N 8AF", "countryCode": "GB" } } ] }, "transactionReference": "ABC123456" }, { "instruction": { "value": { "sourceCurrency": "EUR", "sourceAmount": 0, "targetCurrency": "EUR", "targetAmount": 199.99 }, "narrative": { "line1": "Testing invalid bank details" }, "countryCode": "GB", "fastPayment": false, "beneficiaryBankDetails": { "iban": "GB41CITI18500818401243", "bankName": "Citibank London" }, "parties": [ { "partyType": "beneficiary", "personalDetails": { "type": "Company", "companyName": "Worldpay Ltd" }, "address": { "address1": "The Science Park", "city": "Cambridge", "postalCode": "CB4 0WE", "countryCode": "GB" } } ] }, "transactionReference": "ABC123456-invalidBankDetails" } ] }
[ { "transactionReference": "202401", "payoutRequestId": "PN000CYV" }, { "transactionReference": "202402", "payoutRequestId": "PN000CYW" }, { "transactionReference": "202403", "payoutRequestId": "PN000CYX" }, { "transactionReference": "202404", "payoutRequestId": "PN000CYY" }, { "transactionReference": "202405", "payoutRequestId": "PN000CYZ" }, { "transactionReference": "202406", "payoutRequestId": "PN000CY2" }, { "transactionReference": "202407", "payoutRequestId": "PN000CY3" }, { "transactionReference": "202408", "payoutRequestId": "PN000CY4" }, { "transactionReference": "202409", "payoutRequestId": "PN000CY5" } ]