Logo
Adyen APIs API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "pspReference" : "991617894326362D", "recurringDetailReference" : "9916178936754752", "resultCode" : "Success" }



Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payout/v68/storeDetail' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"","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"}}'

ENDPOINTS