Retrieve the details of one specific account.
Balances (v1)
Request your account details for a single account or all accounts under an entity.
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 Balances API.
Accept header
  Accept: application/vnd.worldpay.accounts.balance-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 Balances 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.
- Test (Try)https://try.access.worldpay.com/accounts/balance/{accountNumber}
 - Livehttps://access.worldpay.com/accounts/balance/{accountNumber}
 
- Payload
 - curl
 - Python
 - Java
 - Node.js
 - Go
 - PHP
 - Ruby
 - C#
 
No request payloadOK response
- application/json
 - application/vnd.worldpay.accounts.balance-v1+json
 
Your unique 6-digit ID given to you during the onboarding process.
Collection of account details.
The name of the account. (This is given to you during onboarding and typically consists of your merchant name followed by the currency code.)
{ "entity": "111155", "accounts": [ { "accountNumber": "1111557890987654", "accountName": "Etsy GBP", "currency": "GBP", "clearedBalance": 142.5, "unclearedBalance": 100.8, "balance": 243.5, "accountStatus": "ACTIVE" } ] }
- Test (Try)https://try.access.worldpay.com/accounts/balance
 - Livehttps://access.worldpay.com/accounts/balance
 
- Payload
 - curl
 - Python
 - Java
 - Node.js
 - Go
 - PHP
 - Ruby
 - C#
 
No request payloadOK response
- application/json
 - application/vnd.worldpay.accounts.balance-v1+json
 
Your unique 6-digit ID given to you during the onboarding process.
Collection of account details.
The name of the account. (This is given to you during onboarding and typically consists of your merchant name followed by the currency code.)
{ "entity": "111155", "accounts": [ { "accountNumber": "1111557890987654", "accountName": "Etsy GBP", "currency": "GBP", "clearedBalance": 142.5, "unclearedBalance": 100.8, "balance": 243.5, "accountStatus": "ACTIVE" } ] }