Credits
Deduct credits from customer credit ledger
This endpoint is used to deduct credits from the specified customer account. Submit the credit amount and customer ID in the request body to deduct the credits. The deducted credits will be subtracted from the customer’s account.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The amount of credits to be deducted from the user.
The ID of the customer to whom the credits will be deducted from.
Response
200
_mintlify/placeholder
RequestSuccess