Pay out from an account to the account holder

post/payoutAccountHolder

Pays out a specified amount from an account to the bank account of account holder.

Endpoint destination URL
https://cal-test.adyen.com/cal/services/Fund/v6/payoutAccountHolder
Click to copy

Request Parameters

accountCodestringRequired

The code of the account from which the payout is to be made.

accountHolderCodestringRequired

The code of the Account Holder who owns the account from which the payout is to be made. The Account Holder is the party to which the payout will be made.

amountobject

An object containing the currency and value of the payout. If the account has multiple currencies, specify the currency to be used. If the bankAccountUUID is provided in the request, the currency supported by the bank is used. If the payoutMethodCode is provided in the request, the specified payout method is selected.

bankAccountUUIDstring

The unique ID of the Bank Account held by the Account Holder to which the payout is to be made. If left blank, a bank account is automatically selected.

descriptionstring
Max length: 200

A description of the payout. Maximum 200 characters. Allowed: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789/?:().,'+ ";

merchantReferencestring

A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.

payoutMethodCodestring

The unique ID of the payout method held by the Account Holder to which the payout is to be made. If left blank, a payout instrument is automatically selected.

payoutSpeedstring

Speed with which payouts for this account are processed. Permitted values: STANDARD, SAME_DAY.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show moreShow less
  • 202 - Accepted

    The request has been accepted for processing, but the processing has not been completed.

    Show moreShow less
  • 400 - Bad Request

    A problem reading or understanding the request.

    Show moreShow less
  • 401 - Unauthorized

    Authentication required.

    Show moreShow less
  • 403 - Forbidden

    Insufficient permissions to process the request.

    Show moreShow less
  • 422 - Unprocessable Entity

    A request validation error.

    Show moreShow less
  • 500 - Internal Server Error

    The server could not process the request.

    Show moreShow less