Stripe billing dashboard
Copied link
A dashboard that enables you to look up customers in Stripe, view their charges, and refund a charge.
Components
TableStackTextInputHeadingText
Integrations
Stripe

View
Stripe dashboard
Task
List Stripe customersTS
Lookup charges for Stripe customerTS
Lookup Stripe customerTS
Refund Stripe chargeTS
Pairs well with
1# Template: Stripe billing dashboard23## Next steps45- Navigate to the stripe_billing_dashboard directory: `cd stripe_billing_dashboard`6- Develop your template locally: `airplane dev`7- To use your own Stripe API Key, get your Stripe API keys by following this guide: https://stripe.com/docs/keys#obtain-api-keys8- Create a config variable in Airplane for `STRIPE_SECRET_KEY`: https://docs.airplane.dev/platform/configs9- Also add the config variable to your dev config file in order to develop tasks locally: https://docs.airplane.dev/dev-lifecycle/dev-config-file#add-a-config-variable10- Uncomment out `STRIPE_SECRET_KEY` environment variable in `list_stripe_customers.task.yaml`, `lookup_charges_for_stripe_customer.task.yaml`, `lookup_stripe_customer.task.yaml`, and `lookup_stripe_customer.task.yaml`11- Deploy your tasks and view: `airplane deploy --yes`12- Visit the docs to learn more about how to build views: https://docs.airplane.dev/views/getting-started
Have a template suggestion? Let us know!