#jovial_moose_13427
1 messages ยท Page 1 of 1 (latest)
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?
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.
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
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.