#harshitbhargava
1 messages · Page 1 of 1 (latest)
Payment Intent id : pi_3NDOS0Inbsls4Aao1OJp1ubX
👋 happy to help
are you following this guide https://stripe.com/docs/payments/cash-app-pay/accept-a-payment?platform=web&ui=elements#web-submit-payment ?
yes
first instead of using confirmCashappPayment, it's better to just use confirmPayment
then take a look at this section https://stripe.com/docs/payments/cash-app-pay/accept-a-payment?platform=web&ui=elements
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
If you will want to use other payment method types in the future, you won't need to change any code if you use confirmPayment.
ok got it thanks for this info, but my query is different when I am confirming the paymentIntent through my saved Cash app payment method
it is not redirecting me to Test Authorize page
it is automatically confirming the payment
why?
and I am using confirmCashappPayment
I need urgent help, anyone is there?
Hi, yes, sorry for delay, it's busy today.
No issues
Sometimes payments don't require additional confirmation/authorization. I see that the payment is successful, so there's no issues.
You can try paying as anonymous user in your browser, so Cash App doesn't remember your credentials.
as you can see cash App in kind of wallet, so everytime when we try to pay it should first redirect the user to Test Authorize page and then it should be successfull
Could you please make a screen recording of your flow?
No, its not possible but I can share the payment Intent Id
If you're following this guide, why did you decide to use confirmCashappPayment? It's not what the guide suggests. Please, try following the guide precisely and let me know if it still doesn't work the way you expect.
Where do you want to send Payment Method ID?
while doing payment
we already have saved payment methods in account
and want to do payment through that
Sorry, I don't understand what you mean by "while doing payment".
Do you want to use saved payment methods to charge the customer?
yes
I am creating paymentIntent from backend and after that I am confirming that payment Intent from UI through my saved payment Methods in my account
this for card Payment, what If I am using saved cash App Payment method
then confirmPayment wiil not work and I have to use confirmCashAppPayment
thats why I am using only confirmCashAppPayment
Yes, I am using this only, can you please go through the chat once
while I am doing payment through my saved cash app payment method it is not redirecting me to Test Authorize Page it is directlt confirming my payment
Payment Intent id : pi_3NDOS0Inbsls4Aao1OJp1ubX
I assume that's normal and the customer doesn't have to authenticate again when it's charging an existing saved method in CashApp.
but as far as i know cash app is wallet so it should authenticate every time, right?
before deducting any amount from cashapp wallet
If we talk about card , it ask cvc everytime, so to make it consistent it should redirect the user to Test Authorize page
I don't know how CashApp works but I assume it's normal that it works the way it does when you tested it