List Transactions
Transactions
List Transactions
Get the paginated list of transactions using the provided filter criteria.
POST
List Transactions
Authorizations
Enter your API key
Body
application/json
Start date, all date times are in UTC.
Format:
- yyyy-MM-dd
- yyyy-MM-ddTHH:mm
- yyyy-MM-ddTHH:mm:ss
- yyyy-MM-ddTHH:mm:ss.fff
End date, all date times are in UTC.
Format:
- yyyy-MM-dd
- yyyy-MM-ddTHH:mm
- yyyy-MM-ddTHH:mm:ss
- yyyy-MM-ddTHH:mm:ss.fff
Sort column, the column being used for sorting. The default is TransactionId.
Valid Options:
IdTypeTenderAmountAuthorizedAmountCapturedAmountGratuityAmountSurchargeAmountSettlementAmountAvsCodeCvvCodeCreated
Maximum string length:
100Pattern:
^[A-Za-z0-9]*$Page, the of results being requested.
Required range:
1 <= x <= 2147483647Page size, the number of items being requested for the page.
Required range:
1 <= x <= 1000Sort order, the sort columns desired sort direction. The default is DESC.
Examples:
ASCDESC
Maximum string length:
20Pattern:
^[A-Za-z]*$Response
object | null
OK