#MCUSER-terminal-payments
1 messages ยท Page 1 of 1 (latest)
ok thanks, but there Is there any way to know which terminal in particular process it?
or filter by location?
Oh I see
Sorry misunderstood
No don't believe you can do this in the Dashboard afaik
and with the api?
Good question, let me check
.
Yeah this isn't possible since the location is scoped to the connection token
The location isn't actually related to the PaymentIntents/Charges at all
Yeah currently this isn't possible. I agree these should be linked โ I'm going to file a feature request for this.
thanks,
If you want to track this going forward for now then you could set metadata on your PaymentIntents
how is that?
When you create the PaymentIntent you add metadata using https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata based on the reader/location that is going to charge for that PaymentIntent.
Then you can retrieve PaymentIntents by metadata to aggregate amount per reader/location
๐
thanks!!