Skip to main content
PUT
Update a charge

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

code
string
required

Code of the existing plan.

Example:

"startup"

charge_code
string
required

Code of the existing charge.

Example:

"api_requests_charge"

Body

application/json

Charge payload

charge
object
required

Properties of a charge that can be overridden at the subscription level.

Response

Charge updated

charge
object
required