stripe / example-mobile-backend

A simple, easy-to-deploy backend that you can use to demo our example mobile apps.
MIT License
106 stars 205 forks source link

Add support for DEFAULT_CUSTOMER_ID and DEFAULT_PAYMENT_INTENT_ID env variables #63

Closed mshafrir-stripe closed 5 years ago

mshafrir-stripe commented 5 years ago

This allows for re-use of a given Customer or PaymentIntent, rather than creating a new one for each request/session.