#carlos_paymentlink-payment-tracking
1 messages ยท Page 1 of 1 (latest)
๐ 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/1263552325214015550
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
What do you mean "the status" of the Payment Link?
I create the Link with the API using https://api.stripe.com/v1/payment_links and It generates the Link plink_1Pdy9LHcJEFI81TOXSfG6uBY
You can retrieve the Payment Link object using the ID via the API
https://docs.stripe.com/api/payment_links/payment_links/retrieve
Payment Links are not payments
I have tried but don't see anything...
Payments are entirely separate
Wow...
It sounds like you do not understand what payment links are. I recommend you review our documentation here: https://docs.stripe.com/payment-links
Is there any way of checking if there are payments linked with this link?
I understand...
We have a doc on how to track payments associated with payment links here. https://docs.stripe.com/payment-links/url-parameters
I will try.. thanks