Create a customer credits account
Customer Credits
Create a customer credits account
Create a new credits account for a customer. Optionally seed it with an initial balance.
POST
Create a customer credits account
Documentation Index
Fetch the complete documentation index at: https://docs.creem.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
Body
application/json
The owner ID this account belongs to (e.g. customer ID)
Example:
"cust_abc123"
Human-readable name for the account
Example:
"default"
Label for the unit of currency/credits
Example:
"credits"
Seed the account with this many credits on creation
Example:
"300"
Response
Account created
Account ID
Example:
"cca_abc123"
Store ID
Owner ID
Example:
"cust_abc123"
Account name
Example:
"default"
Unit label
Example:
"credits"
Account status
Available options:
active, frozen, closed Creation timestamp
Last update timestamp