Category: Payments
Connect by: Paste an API key
Official API docs: https://docs.stripe.com/api
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| See the most recent payment charges (amount, status, customer, refunded total). (docs) | GET /v1/charges | 🟢 low | — no |
| See finalized invoices that are not yet paid (amount due, customer, due date). (docs) | GET /v1/invoices?status=open | 🟢 low | — no |
| See the account's current available and pending balance by currency. (docs) | GET /v1/balance | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Refund all or part of a charge back to the customer's payment method. (docs) | POST /v1/refunds | 🔴 high | ✅ yes |
| Attempt to collect payment on an existing invoice immediately. (docs) | POST /v1/invoices/{id}/pay | 🔴 high | ✅ yes |
| Email a finalized invoice to the customer requesting payment. (docs) | POST /v1/invoices/{id}/send | 🟡 medium | ✅ yes |
| Create a new customer record (name, email) for billing and invoicing. (docs) | POST /v1/customers | 🟢 low | — no |
100 ops/sec live, 25 ops/sec test. HTTP 429 with Stripe-Rate-Limited-Reason on exceed; back off exponentially with jitter.