DEVPANTRY.COM
All 17 Templates/E-Commerce & B2B/Stripe Payments & Billing API
Need Columnar Tables GUI? Go to Schema Studio
E-Commerce & B2BStripeJSON & TypeScript Fixtures

Stripe Payments & Billing API

Returned by POST /v1/payment_intents or GET /v1/payment_intents/{id}

CHAOS ENTROPY:75%
HTTP:
VARIATION:
HTTP 200 OKmode: chaos
size: 0.5 KB
{
  "id": "pi_3MtwBwLkdIwHu7ix28a3tqPa",
  "object": "payment_intent",
  "amount": 2000,
  "amount_received": 2000,
  "capture_method": "automatic",
  "client_secret": "pi_3MtwBwLkdIwHu7ix28a3tqPa_secret_YrZk1f0...",
  "currency": "usd",
  "customer": "cus_NffrFeUfNV2Hib",
  "description": "Monthly SaaS Pro Subscription Tier",
  "status": "succeeded",
  "payment_method": "pm_1MtwBvLkdIwHu7ix9H2rXjKa",
  "payment_method_types": [
    "card"
  ],
  "metadata": {
    "order_id": "ORD-67890",
    "user_id": "usr_112233"
  },
  "created": 1772618400
}
Related Production API Chaos TemplatesBrowse All 17 Templates