#hayazee.
1 messages · Page 1 of 1 (latest)
Hi there, can you give me some context?
I want to add a pre built payment link that will be linked to my project. And on the success message, it should navigate to my website. RN for testing I've put it on my localhost but it's telling me that the URL I've provided is incorrect.
OK, so it's about the success url of a PaymentLink
Yea
OK. It looks like the Dashboard doesn't allow using localhost for success page. Maybe you want to create a PaymentLink programmatically? so that you can set http://localhost:3000/xxx as the redirect https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-after_completion
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Lemme have a look and give you the update
https://stripe.com/docs/payment-links/api#tracking-payments this is the integraiton guide