published

Stripe Payments API

Stripe Payments API allows developers to securely accept and manage online payments across various platforms with multi-currency support and robust features.

null%Uptime
nullmsLatency
0Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Creates a payment intent for processing transactions

Full Endpoint URL
https://api.stripe.com/payment_intents
Implementation Example
curl -X POST 'https://api.stripe.com/payment_intents' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Request Payload
{
  "amount": 1000,
  "currency": "usd",
  "payment_method_types": [
    "card"
  ]
}
Expected Response
{
  "id": "pi_abc123",
  "status": "requires_payment_method",
  "client_secret": "pi_abc123_secret_xyz456"
}
Version:v2
Limit:100 requests/second
Real-World Applications
  • {'items': ['Process credit card payments for online stores'Optimized Capability
  • 'Enable subscription billing for SaaS products'Optimized Capability
  • 'Accept Apple Pay and Google Pay in mobile apps'Optimized Capability
  • 'Automate invoice creation and payment collection'Optimized Capability
  • 'Support marketplace vendor payouts']}Optimized Capability

API Specifications

v1
Pricing Model
Free
Credit Card
Not Required
Response Formats
{'items': ['JSON']}
Supported Languages
10 Languages
SDK Support
REST Only
Rate Limit

100 requests per second

Use Case: Best For

Not Recommended For

#e-commerce#payments

Explore Related APIs

Discover similar APIs to Stripe Payments API

View All APIs
OPEN SOURCE

Currency Exchange API

The Currency Exchange API offers developers reliable access to real-time and historical foreign exchange and cryptocurrency rates, suitable for integration into various applications.

FREEMIUM

finlight

Finlight API offers developers access to real-time financial data and market analytics, making it ideal for creating fintech applications and investment tools.

FREEMIUM

ExchangeRate API

The ExchangeRate API offers real-time and historical foreign exchange rates for over 160 currencies, ideal for financial applications and currency conversion.