GET Customer Transactions

Get customer transactions

get

Get customer transactions

This endpoint retrieves the details about all transactions of all widget's customers for all widgets of organization based on the provided ORGANIZATION_API_KEY.

Request

Headers

  • Authorization: Bearer {{ORGANIZATION_API_KEY}}

Query Params

  • limit: number

  • offset: number

  • customerId: string

  • widgetId: string

Response

  • Status: 200 OK

  • Content Type: application/json

Response Body

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
offsetintegerOptionalExample: 0
limitintegerOptionalExample: 5
widgetIdstringOptional
customerIdstringOptional
Responses
chevron-right
200

OK

application/json
Responseobject
get
/v1/merchant/customer/incoming-transaction
200

OK

Last updated