Charges
Get charge
GET
/
v1
/
charges
/
{user_id}
/
{origin}
/
{origin_id}
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.