Back to catalog
📈

Stripe

API Key

Payment processing, subscriptions, and financial management

📈FinanceHTTPS

Charge Object

Stripe

IdCh_3PkFnR2eZvKYlo2C
Amount2,499
CurrencyUsd
StatusSucceeded
DescriptionPayment for Order #1042

Sample Response

response.json
1{
2 "id": "ch_3PkFnR2eZvKYlo2C",
3 "amount": 2499,
4 "currency": "usd",
5 "status": "succeeded",
6 "description": "Payment for Order #1042"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://stripe.com/docs/api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs