This endpoint handles the creation and review of credits applied to a client's account to be used for future billing.
- Credit - Receive billing method id and amount and return the created credit
- This method is used to add credits to the client account. The Billing Info ID (Handled in this endpoint: BillingInfo) will be used to purchase credits for the amount specified.
- Credit - Return a list with all credits
- This method returns an array of all credit details on the client account.
- Credit - Return the client's total active credit amount
- This method returns the total credit amount that is on the client account from all available credits.