v21

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-1682897.0 KB
General

Get a list of transactions

Returns a list of transactions for an account holder's accounts. You can specify the accounts and transaction statuses to be included on the list. The call returns a maximum of 50 transactions for each account. To retrieve all transactions, you must make another call with the 'page' value incremented. Transactions are listed in chronological order, with the most recent transaction first.

post/accountHolderTransactionList

Request body

accountHolderCodestring required

The code of the account holder that owns the account(s) of which retrieve the transaction list.

transactionStatusesstring[]

A list of statuses to include in the transaction list. If left blank, all transactions will be included.

Permitted values:

  • PendingCredit - a pending balance credit.
  • CreditFailed - a pending credit failure; the balance will not be credited.
  • Credited - a credited balance.
  • PendingDebit - a pending balance debit (e.g., a refund).
  • CreditClosed - a pending credit closed; the balance will not be credited.
  • CreditSuspended - a pending credit closed; the balance will not be credited.
  • DebitFailed - a pending debit failure; the balance will not be debited.
  • Debited - a debited balance (e.g., a refund).
  • DebitReversedReceived - a pending refund reversal.
  • DebitedReversed - a reversed refund.
  • ChargebackReceived - a received chargeback request.
  • Chargeback - a processed chargeback.
  • ChargebackReversedReceived - a pending chargeback reversal.
  • ChargebackReversed - a reversed chargeback.
  • Converted - converted.
  • ManualCorrected - manual booking/adjustment by Adyen.
  • Payout - a payout.
  • PayoutReversed - a reversed payout.
  • PendingFundTransfer - a pending transfer of funds from one account to another.
  • FundTransfer - a transfer of funds from one account to another.

Response

OK - the request has succeeded.

pspReferencestring

The reference of a request. Can be used to uniquely identify the request.

resultCodestring

The result code.