v1
latestOpenAPI 3.1.12026-07-222968170.1 KBcustomers
get/v2/customers/{merchant_id}/transactions
Path parameters
merchant_idstring required
The ID of the customer in your platform or ecommerce store
Query parameters
type'csv' | 'json'
The format of the response
since_idinteger
Return only resources whose id is after the specified id
limitinteger
Max number of resources to return per request
cursorstring
Fetch another page of results using a cursor returned in a previous response
created_at_minstring
Return only transactions created on or after the specified ISO 8601 datetime string
created_at_maxstring
Return only transactions created before the specified ISO 8601 datetime string
Response
200
Example response
{
"transactions": [
{
"claimed_reward": {
"redeemable": {
"currency": "usd"
}
}
}
]
}