Create credit product
Customers > Credits
Create credit product
Create a credit entity for a given product with an optional balance.
POST
Create credit product
Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Create credit payload
Response
201 - application/json
Credit created
Credit product ID.
Example:
"itm_3kXODDF42QXtnL"
Customer ID related to the credit.
Example:
"cus_Typ0px2W0aiEtl"
Credit name.
Example:
"Credit name"
Current credit balance.
Example:
2000
Value indicating a low threshold.
Example:
10
Auto top-up options.

