#jovial_moose_13427

1 messages ยท Page 1 of 1 (latest)

mystic fieldBOT
minor moss
#

Hi there ๐Ÿ‘‹ to clarify, you want to know if a Payment Link can be accessed from a mobile app using firebase? Offhand I'm not sure about that specific scenario, are you running into problems when trying to do so?

ruby parrot
#

we havent tried yet

#

i assume payment links work in IOS apps vs integrating API's

minor moss
#

They're hyperlinks, so I'm not aware of a reason offhand why they wouldn't work, but I'm not the most familiar with those type of flows. My biggest concern with using a Payment Link from a mobile app, is making sure it doesn't direct your users outside of your app with no clear way back to it.

ruby parrot
#

right but that should be solvable, we can't be the first app to use links instead of api

#

much appreciated toby

#

i just tested it, works but doesnt redirect back to thapp

#

the app

minor moss
#

Yeah, that was my concern. Did you configure the Payment Link to redirect to your own location, and then try to pass a deep-link to your app as the redirect.url?
https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-after_completion-redirect-url

I know some of our redirects don't support app-schemas, and this may be one of those, but it's worth a shot.

ruby parrot
#

ah good idea

#

thanks!!