Query Transactions

Return a paginated list of matching transactions.

SecurityMarketplace Api Key | Merchant Secret Token | Admin JWT | Merchant JWT | Marketplace JWT | Customer JWT
Request
query Parameters
limit
integer <int32>

Maximum results per page. Default to 20, must be between 1 and 500.

page
integer <int32>

Page number of results to show (starting at page 1).

sort
string

Comma-delimited list of fields to sort by with sort priority from first to last. Fields are sorted by their natural ordering unless prefixed with a - character.

createdAfter
string <date-time>

Return transactions that were created at or after this timestamp in ISO-8601 format

Example: createdAfter=2024-09-06T05:56:26.512390332Z
createdBefore
string <date-time>

Return transactions that were created at or before this timestamp in ISO-8601 format

amount
integer <int64>

Amount of the transaction

customerId
Array of strings

Filter by customer identifier

merchantId
Array of strings

Filter by merchant identifier

status
string (TransactionStatus)

Filter by the status of the transaction

Enum: "accepted" "paid" "refunded" "partially_refunded" "pending" "failed" "cancelled" "disputed" "not_captured" "incomplete"
Responses
200

Matching items sorted as specified

400
401
403
404
405
406
409
422
429
500
503
get/transactions
Request samples
Response samples
application/json
[
  • {
    }
]
Copyright © April Solutions 2023. All right reserved.