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.

Request Body

{"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"=>"{{YOUR_MERCHANT_ACCOUNT}}", "reference"=>"P9999999999999999", "shopperName"=>{"firstName"=>"John", "lastName"=>"Smith"}, "dateOfBirth"=>"1990-01-01", "nationality"=>"NL"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring