Submit a payout

POST {{baseUrl}}/submitThirdParty

Submits a payout using the previously stored payment details. To store payment details, use the /storeDetail API call. The submitted payout must be confirmed or declined either by a reviewer or via /confirmThirdParty or /declineThirdParty calls.

Request Body

{"amount"=>{"currency"=>"EUR", "value"=>1000}, "merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "recurring"=>{"contract"=>"PAYOUT"}, "reference"=>"PayoutPayment-0001", "shopperEmail"=>"shopper@email.com", "shopperReference"=>"YOUR_UNIQUE_SHOPPER_ID", "shopperName"=>{"firstName"=>"Adyen", "lastName"=>"Test"}, "dateOfBirth"=>"1990-01-01", "entityType"=>"Company", "nationality"=>"NL", "selectedRecurringDetailReference"=>"LATEST"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring