#vatsa
1 messages · Page 1 of 1 (latest)
Hello! What's your question?
i am using payment links api to create new payment links when a new product is added. When the user clicks pay button in the react native app, he is redirected to a browser to complete payment for the particular product. now i want to know the response of the payment and redirect them back to my app. any idea on how to handle the response after the payment through payment links in code? i am using react native
hello?
Hi - sorry I'm helping multiple folks at once so sometimes there's some wait time between responses
Are you creating PaymentLinks through the dashboard or the API? Either way, you should be able to set a return URL that they'll be redirected to after completion (https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-after_completion-redirect)