#ginex_api
1 messages ¡ Page 1 of 1 (latest)
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.
- ginex_docs, 3 days ago, 13 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255033043056590931
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there, what's the paymentIntent ID?
pi_3PVQxbE0CM9ucGuE0Xlut8L0
but in the document, its not passing any paymentIntent ID
Taking a look
https://dashboard.stripe.com/test/logs/req_EBuxfvb0yA0V6J you already called process_payment_intent , why do you need to call present_payment_method ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can you share with me the URL of the guide that you are following along?
OK, I think you shared a different PaymentIntent ID to me
For pi_3PVQxbE0CM9ucGuE0Xlut8L0, the corresponding present_payment_method is req_CNchdZ9T89eI0o
Can you give me the paymentIntent ID that's related to req_HaamgpnMKPmRoh ?
when making the api (present_payment_method) for simulate accepting a payment, do we need to pass the paymentIntent ID, in the document its not showing to pass a parameter paymentIntent ID
req_HaamgpnMKPmRoh, this is the log when calling the api : present_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how to call that api correctly its showing This simulated reader is not currently processing a transaction
Check the API reference that I just shared
i checked that, when testing there itself it showing the same error
Did you call process payment on the same reader successfully?
https://docs.stripe.com/terminal/quickstart?platform=server-driven&lang=node did you complete this step?