Account Payouts (2)
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. 
 GET requests and Accept header
  Accept: application/vnd.worldpay.account-payouts-v2.hal+jsonWe use the Accept header to identify which version of our API you are using. You must use the Accept header for any GET request you send to our Account Payouts APIs. 
 POST requests and Content-Type header
  Content-Type: application/vnd.worldpay.account-payouts-v2.hal+jsonWe use the Content-Type header to identify which version of our API you are using. You must use the Content-Type header for any POST request you send to our Account Payout API. 
 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.