Stripe
communityOnline payment processing platform for internet businesses
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://api.stripe.com/v1/payment_intentsCreate a payment intent
Parameters
amountamount in cents (integerrequiredcurrencythree-letter ISO code (stringrequireddescriptionpayment description (stringoptionalReturns
payment_intent with id, status, client_secret, amountGET
https://api.stripe.com/v1/chargesList recent charges
Parameters
limitcount (integeroptionalcustomercustomer ID filter (stringoptionalReturns
charges[] with id, amount, currency, status, createdGET
https://api.stripe.com/v1/balanceRetrieve current account balance
Returns
balance with available[], pending[] {amount, currency}