Reconciliation

List transactions

List all transactions under an account or site.

get/transactions

Query parameters

afterstring
Example:after

Use the after cursor to request the next page of results.

beforestring
Example:before

Use the before cursor to request the previous page of results.

completed_fromstring timestamp

Returns transactions completed on and after the specified date.

completed_untilstring timestamp

Returns transactions completed before but not on the specified date.

created_fromstring timestamp

Returns transactions created on or after the specified date.

created_untilstring timestamp

Returns transactions created before but not on the specified date.

currencystring ISO-4217 currency code
Example:EUR

Returns transactions using the specified currency.

financial_status'completed' | 'created' | 'declined' | 'error' | 'expired' | 'initialized' | 'manual' | 'new' | 'refunded' | 'reserved' | 'uncleared' | 'void'

Returns transactions with the specified transaction status.

limitinteger

Sets the maximum number of results to return per page.

payment_methodstring[]

Returns transactions using the specified payment method(s).

[
  "IDEAL"
]
site_idstring

The unique identifier of the site.

If unset, transactions for all sites under your account are returned.

status'cancelled' | 'chargeback' | 'completed' | 'declined' | 'expired' | 'initialized' | 'partial_refunded' | 'refunded' | 'reserved' | 'shipped' | 'uncleared' | 'void'

Returns transactions with the specified order status.

terminal_idstring
Example:00000ABC

Filter transactions by terminal ID.

type'admin_fee' | 'affiliate_payout' | 'automatic_payout' | 'chargeback' | 'coupon' | 'currency_conversion' | 'deposit' | 'fastcheckout' | 'internal' | 'merchant_settlement' | 'monthly_fee' | 'payment' | 'refund' | 'reverse_chargeback' | 'scheme_fee' | 'signup_fee' | 'unreferenced_refund' | 'withdrawal'

Returns transactions of the specified type.

Response

Request successful

successSuccess — unresolved $ref

Changes