get
/v1/charges/{charge} Retrieve a charge
GetChargesCharge
<p>Retrieves the details of a charge that has previously been created. Supply the unique charge ID that was returned from your previous request, and Stripe will return the corresponding charge information. The same information is returned when creating or refunding the charge.</p>
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
charge | path | string | yes | |
expand | query | string[] | no | Specifies which fields in the response should be expanded. |
Request Body
application/x-www-form-urlencoded Responses
200 Successful response.
default Error response.