Customer Credits - Accounts (Experimental)
Unfreeze an account
Unfreeze a frozen account to allow transactions again.
post/v1/customer-credits/accounts/{id}/unfreeze
Path parameters
idstring required
Response
Account unfrozen
Example response
{
"id": "cca_abc123",
"customer_id": "cust_abc123",
"name": "default",
"unit_label": "credits"
}