Path Params
The payment gateway that handled the charge. Accepted values:
stripe
,
paypal
, chargebee
.A unique identifier for the charge. This can be the ID that the payment
gateway assigned to the charge.
The User ID that you provided when you
created the charge.
Body Params
The amount (price) of the charge.
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.The three-letter (ISO
4217) currency code.
The status of the charge. Accepted values:
pending
, succeeded
, failed
.Free form key-value data. Metadata is useful for storing additional, structured information for a charge.