#carlosbilangieri5521973113198
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- carlosbilangieri5521973113198, 3 hours ago, 19 messages
👋 how may I help?
Hi...
I have created the LINK
cs_live_a1oHKxS5VLDW3nHWTLFc0RoiDYRvljjfVmcXlMTnTcugoAQGwNbmc8wYMg
but I cant pay it with Apple Pay
Thanks for the ID, checking in to it
I found
is there any API available to check the Status of the payment link...
I mean this cs_live_a1oHKxS5VLDW3nHWTLFc0RoiDYRvljjfVmcXlMTnTcugoAQGwNbmc8wYMg
How can I check the status of this 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.
I found
Is that saying that you found and fixed why Apple Pay was not showing up?
I have found a way of paying the Link with Apple Pay...
The problem that I have now..
I need to check if the Link has been paid or not...
Is there any API that I can check the status of the ID?
cs_live_a1oHKxS5VLDW3nHWTLFc0RoiDYRvljjfVmcXlMTnTcugoAQGwNbmc8wYMg
Yes, the doc that I linked to shows the API call for that
And Checkout Session objects have a status property that will be set to succeeded when they have been paid
Thanks