Add API to import all customers and subscriptions
Hi @Ruben,
I used your import method as a template for creating:
- Stripe.Importcustomers
- Stripe.Importallcustomers
The first one imports in batches of a maximum of 100 records. The second one runs the first one in a loop.
This afternoon I'll be preparing the equivalent for importing subscriptions.
Edited by capo