#whip-subscription

1 messages ยท Page 1 of 1 (latest)

ebon sun
#

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.

paper sapphire
ebon sun
#

Yes! Perfect! ๐Ÿ™‚

#

After the payment method is saved to the Customer object, it will become much easier to handle respective payments ๐Ÿ™‚

paper sapphire
#

Gotcha

ebon sun
#

Have fun coding!