Store payout details
POST {{baseUrl}}/storeDetail
Stores payment details under the PAYOUT
recurring contract. These payment details can be used later to submit a payout via the /submitThirdParty
call.
Request Body
{"merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "recurring"=>{"contract"=>"PAYOUT"}, "bank"=>{"bankName"=>"AbnAmro", "bic"=>"ABNANL2A", "countryCode"=>"NL", "iban"=>"NL32ABNA0515071439", "ownerName"=>"Adyen", "bankCity"=>"Amsterdam", "taxId"=>"bankTaxId"}, "shopperEmail"=>"shopper@email.com", "shopperReference"=>"YOUR_UNIQUE_SHOPPER_ID", "shopperName"=>{"firstName"=>"Adyen", "lastName"=>"Test"}, "dateOfBirth"=>"1990-01-01", "entityType"=>"Company", "nationality"=>"NL", "billingAddress"=>{"houseNumberOrName"=>"17", "street"=>"Teststreet 1", "city"=>"Amsterdam", "stateOrProvince"=>"NY", "country"=>"US", "postalCode"=>"12345"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"pspReference":"991617894326362D","recurringDetailReference":"9916178936754752","resultCode":"Success"}