Create credit product
Create a credit entity for a given product with an optional balance for a customer.
POST
/
v1
/
customers
/
{id}
/
credits
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Credit product ID.
Credit name
Value indicating a low threshold.
Current credit balance.
Response
201 - application/json
Credit product ID.
Current credit balance.
Customer ID related to the credit
Credit name
Value indicating a low threshold.
Credit last refresh date.
Credit creation date.
Credit last edition date.
Was this page helpful?