Charges
Get charge
Charges
Get charge
GET
/v1/charges/{user_id}/{origin}/{origin_id}
X-Api-Key*
curl --request GET \
--url https://client.corrily.com/v1/charges/{user_id}/{origin}/{origin_id} \
--header 'X-Api-Key: <x-api-key>'
curl --request GET \
--url https://client.corrily.com/v1/charges/user_id/origin/origin_id \
--header 'Accept: application/json'
Path Params
originrequired
string
The payment gateway that handled the charge. Accepted values: stripe
,
paypal
, chargebee
.
origin_idrequired
string
A unique identifier for the charge. This can be the ID that the payment gateway assigned to the charge.
user_idrequired
string
The User ID that you provided when you created the charge.
curl --request GET \
--url https://client.corrily.com/v1/charges/user_id/origin/origin_id \
--header 'Accept: application/json'