#whip-subscription
1 messages ยท Page 1 of 1 (latest)
Hi there!
You can first build a frontend to collect payment information from your customer, and attach the PaymentMethod to the respective Stripe Customer object.
When creating the subscription, associate this Customer object to it, or set the default_payment_method on the subscription to allow recurring payments to charge from this automatically.
Are you referring to this? https://stripe.com/docs/payments/save-and-reuse
Yes! Perfect! ๐
After the payment method is saved to the Customer object, it will become much easier to handle respective payments ๐
Gotcha
Have fun coding!