#saad_api

1 messages ¡ Page 1 of 1 (latest)

hoary driftBOT
#

👋 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/1298275478523744318

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

hearty patrol
mint forge
hearty patrol
#

Ok, one question if I am using several payment links how can we identify from the response for payments from coresponding payment links

mint forge
#

1/ List the Checkout Sessions for that payment_intent as a filter: https://docs.stripe.com/api/checkout/sessions/list#list_checkout_sessions-payment_intent
2/ Refer to the payment_link ID on the Checkout Session: https://docs.stripe.com/api/checkout/sessions/object#checkout_session_object-payment_link

#

Overall, you need to consider the CHeckout Session as the primary object created by the payment link