Stripe API Reference

Endpoints#

  • Create Payment - POST /v1/charges
  • Retrieve Payment - GET /v1/charges/{id}

Parameters#

  • amount: The amount intended to be collected.
  • currency: A three-letter ISO currency code.
  • description: A description of the charge.

Updated

Was this page helpful?