#1stopainz
1 messages · Page 1 of 1 (latest)
Hello 👋
We don't have first party support for angular so we won't have any docs for this unfortunately
what would you recommend to best proceed to allow in app payments using stripe?
what are your thoughts about this integration?
https://www.npmjs.com/package/stripe-angular
Not something we can share thoughts on as this is a third-party integration.
We have no insights into how its built
would making payment links be a good alternative?
Yeah using payment links might be easier
To be fair, we don't know anything about the third-party angular package but merchants do use it
Its just that we won't be able to help with any questions you might have regarding it since we don't own it
I have a question about payment links, I am selling a digital product that is a collection of images to be downloaded AFTER payment how do I trigger / reroute the customer to a download page after the payment has been confirmed from the payment link?
if you're using the API then you can configure after_completion param
https://stripe.com/docs/payment-links/api#tracking-payments
On the dashboard, there's an after payment tab
I wish to pass the customer UID to this URL is that possible?
in other words I want to pass the UID to the payment link and have it carry through to the re-route page as metadata.
Adding the ID there would make it static and the same for every customer
We do support URL params to track payments though https://stripe.com/docs/payment-links/url-parameters
that's great I would like to start testing this, how best should I proceed so I can test as many times without incurring any costs