#vmehtawhq_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.
- vmehtawhq_api, 1 day ago, 10 messages
๐ 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/1237637336221618207
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey, anyone here ๐
Hi, looking
Could you elaborate which Doc you are following while you call that API?
Is it this step? https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=server-driven&lang=go#process-payment
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes that too but I want to send metadata in the API
I am afraid this API doesn't support setting metadata
But in webhook I receive it has a metadata object which is empty
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes but not every API have the metadata field to set. You can set it on PI creation or update
Dang it! How do we identify the webhook received for terminal reader action?
I mean for which workflow it has been triggered for.
Hmm what does workflow mean? sorry not fully following
You can open Stripe CLI and stripe listen to examine anything could coming in, when you are testing
Is there anyway I could pass down metadata to these webhook events for each payment intent being a success/failure? https://dashboard.stripe.com/test/webhooks/we_1N43MZHFzwE4pTgejQvqlm21?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I want to send in a payment id which is a uuid for each of these webhooks
Yes you can set when you create the PaymentIntent, no?
Yeah, I can do that but that won't be passed down to terminal_reader_action webhook event.
Is that a webhook event name? Can I have the full event name?
Those returns the Reader object https://docs.stripe.com/api/terminal/readers/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Unfortuantely it doesn't have metadata