List Transactions of a Customer
GET/customers/:id/transactions
Fetch the list of Transactions for a given Customer. The results can be sorted, filtered, and paginated.
🚨Unfortunately, we are experiencing a bug with the documentation for this endpoint. The API's response schema is not displayed. However, you can find an example of the response in the "Example" tab. Otherwise, the definition is accessible in the OpenApi file here: /components/schemas/data-array-transaction-output
.
Request​
Responses​
- 200
- default
Success response Return an array of desired transactions
Error occured. Refere to HTTP status and content for details.