Instant card payout (P2P)
POST
{{baseUrl}}/payout
With this call, you can pay out to your customers, and funds will be made available within 30 minutes on the cardholder's bank account (this is dependent on whether the issuer supports this functionality). Instant card payouts are only supported for Visa and Mastercard cards.
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
Accept
|
string |
|
|
RESPONSES
status
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payout/v68/payout' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"amount":{"value":2500,"currency":"USD"},"card":{"number":"4111111111111111","expiryMonth":"03","expiryYear":"2030","holderName":"John Smith"},"billingAddress":{"houseNumberOrName":"121","street":"Brannan Street","city":"Beverly Hills","postalCode":"90210","stateOrProvince":"CA","country":"US"},"fundSource":{"additionalData":{"fundingSource":"DEBIT"},"billingAddress":{"houseNumberOrName":"121","street":"Brannan Street","city":"Beverly Hills","postalCode":"90210","stateOrProvince":"CA","country":"US"},"card":{"expiryMonth":"03","expiryYear":"2030","holderName":"Payer Name","number":"4400000000000008"},"shopperName":{"firstName":"Payer","lastName":"Name"}},"merchantAccount":"","reference":"P9999999999999999","shopperName":{"firstName":"John","lastName":"Smith"},"dateOfBirth":"1990-01-01","nationality":"NL"}'