GET
/
v1
/
customers
/
{id}
/
credits
/
{productId}
/
transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
productId
string
required

Query Parameters

take
number | null
default:
50
Required range: 0 < x < 100
skip
number | null
default:
0
Required range: x > 0
id
string | null
type
string | null
invoice_id
string | null
created_at
string | null

Response

200 - application/json
data
object[]
required

List of CreditTransaction.

meta
object
required

Was this page helpful?