API List/Stripe API

Stripe API

online

Complete payment processing platform. Handle payments, subscriptions, invoices, and more.

💳 PaymentAuth: api-keyPopularity: 95/100Latency: 95ms
Run in Explorer →

Base URL

https://api.stripe.com

Authentication

Requires an API key. Pass it as a query parameter or in the header.

View Documentation →

Endpoints

GET/v1/charges
Try it →

List all charges

POST/v1/charges
Try it →

Create a charge

GET/v1/customers
Try it →

List all customers

POST/v1/customers
Try it →

Create a customer

Example Request

GET https://api.stripe.com/v1/charges

Example Response

{
  "object": "list",
  "data": [],
  "has_more": false,
  "url": "/v1/charges"
}

Tags

paymentssubscriptionsinvoicesbilling