#carlosbilangieri-5521973113198_api
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1213121394205003786
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Can you share the request id where this fails?
That's not a request id
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
On the response back I was expecting the PaymentID...
"id": "pi_3O0K1JKynPPwHLXj1BExdqSR",
"id": "pi_3O0K1JKynPPwHLXj1BExdqSR",
Sorry
I have found it
Request-Id: req_sy4858SQWXBLtV
What's the issue? That request was successful
Although you didn't pass a body to the request
I am trying to retrieve the PaymentID...
I suppose with the Payment Intend API it will show me this information no?
Well that request is a POST request
You need to do a GET if you're trying to retrieve: https://docs.stripe.com/api/payment_intents/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You're ask isn't clear though
What part of that response is unexpected
That's what a normal GET /v1/payment_intents response looks like
What does PaymentID mean?
In Stripe the Payment Intent ID is the payment's ID
No worries at all
Thanks for your support!
No problem!