#fakhrul.islam
1 messages · Page 1 of 1 (latest)
It depends. Not handleCardPayment as that is deprecated.
confirmPayment if using Payment Element, confirmCardPayment if using Card Element
Thank you. I will try to use confirmCardPayment
Thank you, its working for me.
Would you please tell me one other thing.
After successfully creating the subscription and confirming the card payment, how will I active recurring payment and get a notification after billing the recurring payment.
You'd listen for asynchronous webhook events that will fire on your account, invoice.paid and customer.subscription.updated, for example. See: https://stripe.com/docs/billing/subscriptions/webhooks
To charge my customer automaticlly on the next billing day, do I have to do anything else?