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
template preview

View

Stripe dashboard

Task

List Stripe customersTS
Lookup charges for Stripe customerTS
Lookup Stripe customerTS
Refund Stripe chargeTS

Pairs well with

README.md
Copied
1
# Template: Stripe billing dashboard
2
3
## Next steps
4
5
- 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-keys
8
- Create a config variable in Airplane for `STRIPE_SECRET_KEY`: https://docs.airplane.dev/platform/configs
9
- 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-variable
10
- 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!