Get transactions
Returns a list of transactions. It can be paged and filtered by appending arguments to the query string of the request.
Authentication
AuthorizationBasic
Query parameters
transactionType
Returns transactions of this Transaction Type. It is possible to filter by multiple values by repeating this argument.
transactionStatus
Returns transactions that currently have this Transaction Status. It is possible to filter by multiple values by repeating this argument.
originalTransactionId
Returns transactions that belongs to this original transaction identifier.
payment.paymentId
Returns transactions of the payment specified by this payment ID.
payment.paymentType
Returns transactions of the payments of this Payment Type. It is possible to filter by multiple values by repeating this argument.
payment.merchantReference
Returns transactions of the payments associated with this merchant reference.
payment.verification.status
Returns transactions of the payments at this payment Verification Status.
paymentProviderTransaction.ppTrxStatusCode
Returns transactions of the payment specified by this payment provider status code.
orderBy
Returns transactions by this order field
sortOrder
Returns transactions by this sort order
startIndex
Returns transactions from that offset
count
Returns the maximum number of transactions specified by this field
amount.min
Returns transactions for that minimum amount.
amount.max
Returns transactions for that maximum amount.
paid.min
Returns transactions for that minimum paid.
paid.max
Returns transactions for that maximum paid.
refunded.min
Returns transactions with this minimum refund amount.
refunded.max
Returns transactions with this maximum refund amount.
createdAt.start
Returns transactions after this creation date
createdAt.end
Returns transactions before this creation date
updatedAt.start
Returns transactions after this update date
updatedAt.end
Returns transactions before this update date
processedAt.start
Returns transactions after this processing date
processedAt.end
Returns transactions before this processing date
completedAt.start
Returns transactions after this completion date
completedAt.end
Returns transactions before this completion date
paymentProviderTransaction.paymentProviderTransactionId
Returns transactions of the payment specified by this payment provider id.
payment.description
Returns transactions with this payment description
payment.fingerprint
Returns transactions with this payment fingerprint
payment.merchant.merchantId
Returns transactions of the payment specified by this merchant identification.
payment.paymentProvider.paymentProviderId
Returns transactions by this payment provider identification.
payment.fiAccount.providerId
Returns transactions of the payment specified by this payment provider identification.
payment.fiAccount.accountNumber
Returns transactions of the payment specified by account number.
payment.fiAccount.routingNumber
Returns transactions of the payment specified by routing number.
payment.fiAccount.verified
Returns transactions of the payment if account is verified.
ipAddr
Returns transactions with this IP address
routingNumber
Returns transactions with this routing number
accountNumber
Returns transactions with this account number
customerName
Returns transactions with this customer name
payment.customer.name
Returns transactions of the payment specified by customer name.
payment.customer.externalId
Returns transactions of the payment specified by customer external identification.
ignoreUserPortalTransactions
Returns transactions bypassing the portal user.
payment.paymentProvider.framework
Returns transactions of the payment provider specified by framework.
Response
OK
transactions