Add account credit

Increments the account credit balance by the specified amount. This is useful for adding credit to an account that can be used to pay for future invoices.

Authorized scopes:

  • owner
  • admin:full
  • admin:limited
  • account:update
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The id of the application.

uuid
required

The id of the account.

Body Params
integer
required

How much to add to the account's credit balance in cents.

string
enum
required

The reason for adding credit to the account.

Allowed:
string

Any additional notes to explain the reason for adding credit.

boolean

Whether to send an email to the account owner notifying of the credit addition.

Headers
integer
Responses
204

Account credit created successfully

401

Unauthorized

Language
Credentials
Bearer
token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json