# 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.

<br>

__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: 4
Metadata:
  - category: ["Payouts"]
  - business: ["Enterprise"]
  - catalog-list: true
  - generated: false

## 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

[Card Payouts](https://worldpay-portal.eu.redocly.app/access/_bundle/products/card-payouts/@v4/openapi.yaml)

## Other

### Retrieve payout details

 - [GET /payouts/{resource}](https://worldpay-portal.eu.redocly.app/access/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://worldpay-portal.eu.redocly.app/access/products/card-payouts/openapi/other/querypayouts.md): Query by transaction reference and entity to retrieve a payout.

### Standard payout

 - [POST /payouts/basicDisbursement](https://worldpay-portal.eu.redocly.app/access/products/card-payouts/openapi/other/basicdisbursement.md): Disburse funds to a payout instrument.

### Fast Access payout

 - [POST /payouts/fastAccess](https://worldpay-portal.eu.redocly.app/access/products/card-payouts/openapi/other/fastaccess.md): Disburse funds to a payout instrument using Fast Access.

