#krutarth_api

1 messages ¡ Page 1 of 1 (latest)

royal hawkBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1305961535541219418

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

violet glen
#

Hello! Yes, you can do this. You need to list Checkout Sessions by the Payment Intent you have: https://docs.stripe.com/api/checkout/sessions/list#list_checkout_sessions-payment_intent

The Checkout Session has a payment_link property which points to the Payment Link: https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-payment_link

That property is expandable, so you can expand it when you make the list request to get the full Payment Link object in the result: https://docs.stripe.com/api/expanding_objects

ivory mirage
#

thanks

violet glen
#

Happy to help!