Get credit product
Retrieve the details of an existing credit product for a customer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Credit product ID.
Example:
"itm_3kXODDF42QXtnL"
Current credit balance.
Example:
2000
Customer ID related to the credit
Example:
"cus_Typ0px2W0aiEtl"
Credit name
Example:
"Credit name"
Value indicating a low threshold.
Example:
10
Credit last refresh date.
Example:
"2023-11-23T09:00:01.860Z"
Credit creation date.
Example:
"2023-10-12T07:00:01.860Z"
Credit last edition date.
Example:
"2023-10-13T10:00:01.860Z"
Was this page helpful?