#osamayawar
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
First of all, you should not store customers credit card information in you app, unless its PCI-compliant: https://stripe.com/gb/guides/pci-compliance
However, you are more than encouraged to store it on the Stripe side. You can follow this guide to use SetupIntents to create Payment Method objects that can be attached to Customers: https://stripe.com/docs/payments/save-and-reuse
Please, let me know if you have any other questions.
This sounds like a plan. One more question. If we subscribe a customer right away (1st May) with collectionStatus paused and then resume the collectionStatus on 28th May, will the customer be charged twice on 1st June?
I'm not sure but it's easy to check with test clocks: https://stripe.com/docs/billing/testing/test-clocks
It depends on what value have you used for behaviour: https://stripe.com/docs/billing/subscriptions/pause
If behavior: 'void', then the first month will be for free. Only the next invoice will be charged, after you enable it.
Please, let me know if you have any other questions.