Get transaction history for the current customer
Query parameters
Number of transactions to return
Number of transactions to skip for pagination
Start date for filtering transactions (inclusive)
End date for filtering transactions (inclusive)
Response
Customer transactions retrieved successfully
Changes
Changed in 5 of the 26 revisions of this API.2410
- ▲
removed the required property
data/transactions/items/paymentMethodfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterendingBeforerequest-parameter-removed
- ●
deleted the
queryrequest parameterstartingAfterrequest-parameter-removed
- ●
removed the optional property
data/nextPagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/transactions/items/metadatafrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
added the optional property
data/transactions/items/cardBrandto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/transactions/items/cardLast4to the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/transactions/items/stripeInvoiceIdto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/totalCountto the response with the200statusresponse-required-property-added
- ○
added the required property
data/transactions/items/amountRefundedto the response with the200statusresponse-required-property-added
- ○
added the required property
data/transactions/items/typeto the response with the200statusresponse-required-property-added
- ▲
- ○
added the optional property
data/transactions/items/bonusAmountto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
api operation id
listStripeTransactionsremoved and replaced withapi-operation-id-removed
- ○