#_andriiko

1 messages · Page 1 of 1 (latest)

upbeat mauveBOT
autumn sedge
#

👋 happy to help

jade viper
#

can I track events on frontend?

autumn sedge
jade viper
#

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?

autumn sedge
#

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 leverage stripe.confirmPayment no need to use the specific PM confirm methods