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

accountCode string Required

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

accountHolderCode string Required

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.

amount object

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.

bankAccountUUID string

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.

description string
Max length: 200

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

merchantReference string

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

payoutMethodCode string

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.

payoutSpeed string

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 more Show less
  • 202 - Accepted

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

    Show more Show less
  • 400 - Bad Request

    A problem reading or understanding the request.

    Show more Show less
  • 401 - Unauthorized

    Authentication required.

    Show more Show less
  • 403 - Forbidden

    Insufficient permissions to process the request.

    Show more Show less
  • 422 - Unprocessable Entity

    A request validation error.

    Show more Show less
  • 500 - Internal Server Error

    The server could not process the request.

    Show more Show less
  • Request
  • Click to copy
  • Response
  • Click to copy