v1

latestOpenAPI 3.1.02026-07-2466171164.0 KB
Account Transactions

Retrieve a paginated list of account transactions

get/v1/account-transactions

Query parameters

account_idstring uuid nullable

Unique identifier of the account associated with the transactions

created_at__gtestring date-time

Filter for records created at or after this timestamp. Default is the epoch start time in UTC.

created_at__ltestring date-time nullable

Filter for records created at or before this timestamp. Default is the current UTC time.

filter_type'ACCOUNTING_EXPORTABLE'

Type of filter to apply to the transactions

  • ACCOUNTING_EXPORTABLE: Transactions that can be found on the Transaction Export flow
  • ACCOUNTING_EXPORTABLE - ACCOUNTING_EXPORTABLE
order_by'created_at' | '-created_at'

The ordering of the results. Use 'created_at' for ascending order or '-created_at' for descending order.

  • created_at - created_at
  • -created_at - -created_at
pageinteger

The page number to retrieve, starting from 1.

page_sizeinteger

The number of items per page, maximum is 1000.

transaction_type'CAPTURE' | 'REFUND' | 'TOPUP' | 'TOPUP_REVERSAL' | 'FUND_WITHDRAWAL' | 'FUND_WITHDRAWAL_REVERSAL' | 'BILLING_CHARGE' | 'BILLING_REFUND' | 'CASHBACK' | 'CASHBACK_REFUND' | 'FLOAT_COMPENSATION' | 'INTEREST' | 'INTEREST_REFUND' | 'BILL_PAY_WITHDRAWAL' | 'BILL_PAY_RETURN' | 'PERSONAL_REIMBURSEMENT_WITHDRAWAL' | 'PERSONAL_REIMBURSEMENT_RETURN' | 'TRANSFER_IN' | 'TRANSFER_OUT' | 'FX_TRANSFER_DEBIT' | 'FX_TRANSFER_CREDIT' | 'INCOMING_PAD' | 'INCOMING_PAD_REVERSAL'

Type of transaction to filter by

  • CAPTURE - CAPTURE
  • REFUND - REFUND
  • TOPUP - TOPUP
  • TOPUP_REVERSAL - TOPUP_REVERSAL
  • FUND_WITHDRAWAL - FUND_WITHDRAWAL
  • FUND_WITHDRAWAL_REVERSAL - FUND_WITHDRAWAL_REVERSAL
  • BILLING_CHARGE - BILLING_CHARGE
  • BILLING_REFUND - BILLING_REFUND
  • CASHBACK - CASHBACK
  • CASHBACK_REFUND - CASHBACK_REFUND
  • FLOAT_COMPENSATION - FLOAT_COMPENSATION
  • INTEREST - INTEREST
  • INTEREST_REFUND - INTEREST_REFUND
  • BILL_PAY_WITHDRAWAL - BILL_PAY_WITHDRAWAL
  • BILL_PAY_RETURN - BILL_PAY_RETURN
  • PERSONAL_REIMBURSEMENT_WITHDRAWAL - PERSONAL_REIMBURSEMENT_WITHDRAWAL
  • PERSONAL_REIMBURSEMENT_RETURN - PERSONAL_REIMBURSEMENT_RETURN
  • TRANSFER_IN - TRANSFER_IN
  • TRANSFER_OUT - TRANSFER_OUT
  • FX_TRANSFER_DEBIT - FX_TRANSFER_DEBIT
  • FX_TRANSFER_CREDIT - FX_TRANSFER_CREDIT
  • INCOMING_PAD - INCOMING_PAD
  • INCOMING_PAD_REVERSAL - INCOMING_PAD_REVERSAL

Response

A paginated list of account transactions

pageinteger required

The current page number.

page_sizeinteger required

The number of items per page.

created_at__ltestring date-time required

The most recent date for which results are included.

created_at__gtestring date-time required

The least recent date for which results are included.

ordered_by'created_at' | '-created_at' required
All 66 operations