#D0Niii
1 messages · Page 1 of 1 (latest)
Sounds like you're describing recurring, subscription based payments?
Or all these all one-off payments that the customer would need to manually initialise after 30 days?
should be all one-off payments and yes, it is okay to manually initialise for the next payment.
I'd start by looking here: https://stripe.com/docs/payments/save-during-payment
This will guide you through creating an initial payment with Python and Stripe.js, including saving the payment details for future payments (so your customer does not need to re-enter them for subsequent payments).
thank you, i will take a look!