#lx-gaming_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/1285242352989900923
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
Unfortunately that is not possible via the API
What you could do going forward is add metadata to your PaymentIntents or Charges based on the Terminal Reader that processed it
I can put in a feature request as well to make this accessible via the API
Thank you for quick response, a feature request would be awesome.
I can see in the dashboard that the terminal readers have a metadata section, is this what you're referring to? or is it something on the physical terminal?
No on the PaymentIntent or Charge itself -- depending on what you plan on listing via the API
So for instance, after a PaymentIntent moves to status: succeeded you could use https://docs.stripe.com/api/payment_intents/update#update_payment_intent-metadata to update the metadata on that PaymentIntent with the Reader ID: https://docs.stripe.com/api/payment_intents/update#update_payment_intent-metadata
Then you can List PaymentIntents in the future and filter by that metadata yourself, or you could use the Search API (https://docs.stripe.com/api/payment_intents/search) to Search by that metadata.
The Readers are connected to an iPhone which runs the Payment for Stripe App, I don't handle anything in regards to the payment process.
I can simply change the charge description within the app to make it unique however I believe it will show on customer statements which isn't ideal, I was just looking to see if I could avoid doing that.
Ah okay yeah if you are simply using the iPhone Dashboard Tap to Pay then that would be the only way here.