#jack_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.
⏱️ 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/1442746599867547810
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey! Could you send me the document guide you were following?
And could you also send me the request ID where you faced the error? You may refer to this guide to locate request IDs in your Stripe account: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Each API request has an associated request identifier, e.g. req_123456789. How do I find the ID for an API request? You can find a log of API requests…
Hey! Yes, I was following this: https://docs.stripe.com/api/payment_intents/object
Request ID: req_bNYFHE7UFnyJ5g
To be fully transparent I do not do API things often and I am doing this stripe API for a company I am starting so I am trying to figure it out the best I can.
Ah, i see that your request has an error: message: "Missing required param: amount.",
You would need to at least specify amount and currency when creating a payment intent. You should follow our quickstart guide here on how to create a successful payment
It offers java as a programming language option as well
Hi! Thank you
Is it possinle to have the ammount be dynamic using quickstart?
Is there anyway to get on a Google Meet or Zoom with someone who is able to help walk me through it? Or is there a way I can pay to do that?
Is it possinle to have the ammount be dynamic using quickstart?
The amount is a required field, one that you have to pass in manually or programmatically [0]