Stripe Create Payment Link

NickJSI

Member
I'm attempting to create a payment link with stripe with a custom redirect on successful payment.

I'm attempting to create a payment link, but after creation, I do not see in the documentation where to retrieve the payment link to send to the user.

Is this possible?
 
P

Pabblymember11

Guest
Hey @NickJSI

Can you please share the workflow once where you have implemented the same logic so that we can check the further possibility?

Though have you tried this API request to get the payment link from Strip - https://stripe.com/docs/api/payment_links/payment_links/retrieve which you can try in the custom API request.

1706784723452.png
 
Top