transactions

Get transactions

Returns a list of transactions. It can be paged and filtered by appending arguments to the query string of the request.

get/transactions

Query parameters

transactionTypestring[]

Returns transactions of this Transaction Type. It is possible to filter by multiple values by repeating this argument.

transactionStatusstring[]

Returns transactions that currently have this Transaction Status. It is possible to filter by multiple values by repeating this argument.

originalTransactionIdstring

Returns transactions that belongs to this original transaction identifier.

payment.paymentIdstring

Returns transactions of the payment specified by this payment ID.

payment.paymentTypestring[]

Returns transactions of the payments of this Payment Type. It is possible to filter by multiple values by repeating this argument.

payment.merchantReferencestring

Returns transactions of the payments associated with this merchant reference.

payment.verification.statusnumber double

Returns transactions of the payments at this payment Verification Status.

paymentProviderTransaction.ppTrxStatusCodestring

Returns transactions of the payment specified by this payment provider status code.

orderBystring

Returns transactions by this order field

sortOrderstring

Returns transactions by this sort order

startIndexstring

Returns transactions from that offset

countstring

Returns the maximum number of transactions specified by this field

amount.minstring

Returns transactions for that minimum amount.

amount.maxstring

Returns transactions for that maximum amount.

paid.minstring

Returns transactions for that minimum paid.

paid.maxstring

Returns transactions for that maximum paid.

refunded.minstring

Returns transactions with this minimum refund amount.

refunded.maxstring

Returns transactions with this maximum refund amount.

createdAt.startstring

Returns transactions after this creation date

createdAt.endstring

Returns transactions before this creation date

updatedAt.startstring

Returns transactions after this update date

updatedAt.endstring

Returns transactions before this update date

processedAt.startstring

Returns transactions after this processing date

processedAt.endstring

Returns transactions before this processing date

completedAt.startstring

Returns transactions after this completion date

completedAt.endstring

Returns transactions before this completion date

paymentProviderTransaction.paymentProviderTransactionIdstring

Returns transactions of the payment specified by this payment provider id.

payment.descriptionstring

Returns transactions with this payment description

payment.fingerprintstring

Returns transactions with this payment fingerprint

payment.merchant.merchantIdstring

Returns transactions of the payment specified by this merchant identification.

payment.paymentProvider.paymentProviderIdstring

Returns transactions by this payment provider identification.

payment.authorization.statusstring[]

Returns transactions of the payments at this payment Authorization Status.

payment.fiAccount.providerIdstring

Returns transactions of the payment specified by this payment provider identification.

payment.fiAccount.accountNumberstring

Returns transactions of the payment specified by account number.

payment.fiAccount.routingNumberstring

Returns transactions of the payment specified by routing number.

payment.fiAccount.verifiedboolean

Returns transactions of the payment if account is verified.

ipAddrstring

Returns transactions with this IP address

routingNumberstring

Returns transactions with this routing number

accountNumberstring

Returns transactions with this account number

customerNamestring

Returns transactions with this customer name

payment.customer.namestring

Returns transactions of the payment specified by customer name.

payment.customer.externalIdstring

Returns transactions of the payment specified by customer external identification.

ignoreUserPortalTransactionsboolean

Returns transactions bypassing the portal user.

payment.paymentProvider.frameworkstring

Returns transactions of the payment provider specified by framework.

Headers

Authorizationstring required

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.