Store details and submit a payout
This endpoint is deprecated and no longer supports new integrations. Do one of the following:
- If you are building a new integration, use the POST /transfers endpoint instead.
- If you are already using the Payout API, reach out to your Adyen contact to learn how to migrate to the Transfers API.
With the Transfers API, you can:
- Handle multiple payout use cases with a single API.
- Use new payout functionalities, such as instant payouts to bank accounts.
- Receive webhooks with more details and defined transfer states.
For more information about the payout features of the Transfers API, see our Payouts documentation.
Submits a payout and stores its details for subsequent payouts.
The submitted payout must be confirmed or declined either by a reviewer or via /confirmThirdParty or /declineThirdParty calls.
Request body
Response
OK - the request has succeeded.
Changes
Changed in 8 of the 50 revisions of this API.35616
- ○
added the new
EXTERNALenum value to the request propertyrecurring/contractrequest-property-enum-value-added
- ○
added the new
ONECLICK,RECURRINGenum value to the request propertyrecurring/contractrequest-property-enum-value-added
- ○
- ●
the
shopperName/firstNamerequest property's maxLength was set to80request-property-max-length-set
- ●
the
shopperName/lastNamerequest property's maxLength was set to80request-property-max-length-set
- ●
- ○
added the new
AMEXTOKENSERVICEenum value to the request propertyrecurring/tokenServicerequest-property-enum-value-added
- ○
added the new
TOKEN_SHARINGenum value to the request propertyrecurring/tokenServicerequest-property-enum-value-added
- ○
- ▲
the request's body type/format changed from
/toobject/request-body-type-changed
- ▲
the
amountrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
bankrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
billingAddressrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
cardrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
dateOfBirthrequest property type/format changed fromstring/date-timetostring/daterequest-property-type-changed
- ▲
the
recurringrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
shopperNamerequest property type/format changed from/toobject/request-property-type-changed
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status400response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status401response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status403response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status422response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status500response-body-type-changed
- ○
the request property
card/expiryMonthbecame optionalrequest-property-became-optional
- ○
the request property
card/expiryYearbecame optionalrequest-property-became-optional
- ○
the request property
card/holderNamebecame optionalrequest-property-became-optional
- ○
the request property
card/numberbecame optionalrequest-property-became-optional
- ▲
- ●
the
billingAddress/cityrequest property's maxLength was set to3000request-property-max-length-set
- ●
the
billingAddress/houseNumberOrNamerequest property's maxLength was set to3000request-property-max-length-set
- ●
the
billingAddress/streetrequest property's maxLength was set to3000request-property-max-length-set
- ●
- ○
the endpoint scheme security
ApiKeyAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
BasicAuthwas added to the APIapi-security-added
- ○
api tag
Initializationaddedapi-tag-added
- ○
- ●
removed the request property
shopperName/infixrequest-property-removed
- ●
- ▲
the request's body type/format changed from
object/to/request-body-type-changed
- ▲
the request property
card/expiryMonthbecame requiredrequest-property-became-required
- ▲
the request property
card/expiryYearbecame requiredrequest-property-became-required
- ▲
the request property
card/holderNamebecame requiredrequest-property-became-required
- ▲
the request property
card/numberbecame requiredrequest-property-became-required
- ▲
removed the enum value
AMEXTOKENSERVICEof the request propertyrecurring/tokenServicerequest-property-enum-value-removed
- ▲
removed the enum value
EXTERNALof the request propertyrecurring/contractrequest-property-enum-value-removed
- ▲
removed the enum value
ONECLICK,RECURRINGof the request propertyrecurring/contractrequest-property-enum-value-removed
- ▲
removed the enum value
TOKEN_SHARINGof the request propertyrecurring/tokenServicerequest-property-enum-value-removed
- ▲
the
amountrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
bankrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
billingAddressrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
cardrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
recurringrequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the
shopperNamerequest property type/format changed fromobject/to/request-property-type-changed
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status400response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status403response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status422response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status500response-body-type-changed
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
BasicAuthwas removed from the APIapi-security-removed
- ○
api tag
Initializationremovedapi-tag-removed
- ○
added the new optional request property
shopperName/infixnew-optional-request-property
- ○
the
dateOfBirthrequest property type/format was generalized fromstring/datetostring/date-timerequest-property-type-generalized
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲