#elliot_66740
1 messages · Page 1 of 1 (latest)
Let me see if I can get a mobile dev to hop in and assist
I can also provide the event data of a payment_intent.created event if it helps.
@pastel holly hopping in here - yeah can you go ahead and provide the payment intent ID so I can take a look?
Also, are you using Expo?
For Apple Pay, did you follow all the set up steps from https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-apple-pay ?
I did not. I'll go through that next. Do Google Pay and cash app have a similar extra set of steps?
Well, I do see some steps for Google Pay now, but not cash app.
Yeah Google Pay has a different set of steps
I'll check on Cash app - I think it's just a matter of setting the return url but I need to double check
A return url? So does that mean pressing a cash app option should open another app?
And is return url a paymentintent attribute?
Just confirmed - setting up a return_url is a step we recommend for iOS (see https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-set-up-return-url) and it's what enables payment methods like cash app. And yes, Cashapp does redirect to the Cashapp mobile application (we call that out in our docs here https://stripe.com/docs/payments/cash-app-pay)