✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Subscriptions
Endpoint | Description | Readme |
---|---|---|
GET /subscriptions | Fetches a list of subscriptions | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ✅ | You must have an activated Stripe account (submit business info). No charges required, but activation is mandatory. |
Paid test account | ✅ | Stripe does not require or support a paid test account. Sandbox accounts are available by default in every account. |
Partnership | ✅ | Not required to develop or publish apps, but Stripe may offer partnership options for higher visibility. |
App review | ❌ | Required if you want to publish the app publicly on the Stripe App Marketplace. Stripe will review your app before approval. |
Security audit | ✅ | Not strictly required, but apps must follow Stripe’s security best practices. A formal audit may be needed depending on your app’s access level and data usage. |
Create a Stripe account
Install Stripe CLI
Install the Stripe Apps CLI plugin
Create your Stripe App
Edit the app manifest
Add required permissions and UI (optional)
Upload your app to Stripe (requires live account)
Publish your app
Obtain your Client ID and Client Secret
sk_live_…
).
Save these credentials securely as you’ll need them when configuring your integration in Nango.Next
Permission | Description |
---|---|
payment_intent_read / payment_intent_write | Manage payment flows |
customer_read / customer_write | Manage customer data |
subscription_read / subscription_write | Manage recurring billing |
invoice_read / invoice_write | Manage invoices |
charge_read / charge_write | Process payments |
account_read | View connected accounts |
webhook_read | Manage webhooks |
file_read / file_write | Access uploaded files |