# Card Payouts Send funds to your customer's cards. Standard or using Fast Access. __Authentication__ Set your headers: ``` Authorization: {your_credentials} Content-Type: application/vnd.worldpay.payouts-v4+json Accept: application/vnd.worldpay.payouts-v4+json ``` Replace `{your_credentials}` with your base64-encoded Basic Auth username and password.
__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. Version: 4 Metadata: - category: ["Payouts"] - business: ["Enterprise"] - catalog-list: true - generated: false ## Servers Test (Try) ``` https://try.access.worldpay.com ``` Live ``` https://access.worldpay.com ``` ## Security ### BasicAuth Type: http Scheme: basic ## Download OpenAPI description [Card Payouts](https://developer.worldpay.com/_bundle/products/card-payouts/@v4/openapi.yaml) ## Other ### Retrieve payout details - [GET /payouts/{resource}](https://developer.worldpay.com/products/card-payouts/openapi/other/getpayoutsdetails.md): Retrieve the details of an existing basic disbursement or Fast Access payout. ### Retrieve payout details from a historic resource - [GET /payouts/query](https://developer.worldpay.com/products/card-payouts/openapi/other/querypayouts.md): Query by transaction reference and entity to retrieve a payout. ### Standard payout - [POST /payouts/basicDisbursement](https://developer.worldpay.com/products/card-payouts/openapi/other/basicdisbursement.md): Disburse funds to a payout instrument. ### Fast Access payout - [POST /payouts/fastAccess](https://developer.worldpay.com/products/card-payouts/openapi/other/fastaccess.md): Disburse funds to a payout instrument using Fast Access.