#rushikeshRL
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you mean Link https://stripe.com/docs/stripe-apps/components/link or Payment Links https://stripe.com/docs/no-code/payment-links
I mean payment_links
stripe.paymentLinks.create
or
https://stripe.com/docs/payments/payment-links
you can retrieve the Checkout Session based on the Payment Intent Id using https://stripe.com/docs/api/checkout/sessions/list#list_checkout_sessions-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
once you retrieve it you can look at the payment_link property https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-payment_link
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks for the help.
let me know if you need any more help
AFAIK there's no way of doing that through the API
yeah ok.