Skip to main content
POST

Path Params

string
required
The payment gateway that handled the charge. Accepted values: stripe, paypal, chargebee.
string
required
A unique identifier for the charge. This can be the ID that the payment gateway assigned to the charge.
string
required
The User ID that you provided when you created the charge.

Body Params

float
The amount (price) of the charge.
integer
A 10-digit (seconds) UNIX timestamp indicating when the charge was created. This timestamp should represent when the charge was initialized, regardless of the status of the charge during the initialization. It’s rare to need to update created after initially setting it.
string
The three-letter (ISO 4217) currency code.
string
The status of the charge. Accepted values: pending, succeeded, failed.
object
Free form key-value data. Metadata is useful for storing additional, structured information for a charge.