# Account Payouts
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
__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-bsh.securedataplatform.com/`
* `https://access.worldpay-bsh.securedataplatform.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.
Version: 2025-01-01
Metadata:
- business: ["Enterprise","Marketplaces"]
- catalog-list: true
- category: ["Payouts"]
- generated: true
## Servers
Test (Try)
```
https://try.access.worldpay-bsh.securedataplatform.com
```
Live
```
https://access.worldpay-bsh.securedataplatform.com
```
## Security
### BasicAuth
Type: http
Scheme: basic
## Download OpenAPI description
[Account Payouts](https://developer.worldpay-bsh.securedataplatform.com/_bundle/products/account-payouts/@20250101/openapi.yaml)
## Single payout
Make a single payout to an account using our Account Payouts endpoint.
### Make a single payout
- [POST /accountPayouts](https://developer.worldpay-bsh.securedataplatform.com/products/account-payouts/openapi/single-payout/postpayout.md)
## Batch payout
Make up to 500 payouts in one batch using our Account Payouts endpoint.
### Make a batch payout
- [POST /accountPayouts/batch](https://developer.worldpay-bsh.securedataplatform.com/products/account-payouts/openapi/batch-payout/postbatchpayout.md)
## Get payouts by Payout Request ID
Search for payout details by using a Payout Request ID.
### Retrieve payout details
- [GET /accountPayouts/{payoutRequestId}](https://developer.worldpay-bsh.securedataplatform.com/products/account-payouts/openapi/get-payouts-by-payout-request-id/getbypayoutrequestid.md)
## Get payouts
Search for payout details by filtering parameters.
### Retrieve payout details
- [GET /accountPayouts/events](https://developer.worldpay-bsh.securedataplatform.com/products/account-payouts/openapi/get-payouts/getbyquery.md)