#_andriiko
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can take a look at this guide for how to use webhooks with subscriptions https://stripe.com/docs/billing/subscriptions/webhooks
can I track events on frontend?
you can always use https://stripe.com/docs/js/payment_intents/retrieve_payment_intent to check the status but this is highly not recommended
And how can I track on the frontend that the user wants to make a payment using an alternative payment method to handle it?
I tried using the confirmCashappPayment method from Stripe and was able to make a test payment, but I can't figure out how to determine that the user wants to pay, for example, through CashApp, so that I can call the stripe.confirmCashappPayment method or some other method instead of stripe.confirmPayment.
Could it be that I'm doing something wrong?
And how can I track on the frontend that the user wants to make a payment using an alternative payment method to handle it?
what do you mean by that?
I tried using the confirmCashappPayment method from Stripe and was able to make a test payment, but I can't figure out how to determine that the user wants to pay, for example, through CashApp, so that I can call the stripe.confirmCashappPayment method or some other method instead of stripe.confirmPayment.
always leveragestripe.confirmPaymentno need to use the specific PM confirm methods