provider GET
/v1/charges/{charge} @utdk/stripe
/v1/charges/{charge} Retrieve a charge
<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>
- charge path required
- string
- expand query
- Specifies which fields in the response should be expanded.
- array
Try it
Authentication
Configure credentials for Stripe API
Code snippet
Updates live as you fill in the form above.
TypeScript
import stripe from '@utdk/stripe';
await stripe.getchargescharge()