Connector Improvement: Additional Stripe Features
AnsweredCan we make additional API calls to collect details around Stripe Terminals? Including the following:
- Reader/terminal count
- Connected account IDs for the terminals
- # of terminals for each connected account ID
We would like to track terminal activity.
Stripe suggested the following:
- Connect webhook events, when they happen, come with an account field to denote which Account this webhook event happened on: https://stripe.com/docs/api/events/object#event_object-account but even there, you will have to track this on your end after the event is sent.
- e.g. once you get a charge.succeeded event and a Charge sent in there, that is the point where the webhook event also tells you what account this happened on. So you should keep a mapping of which object belongs on which account.
-
Hi Michelle -
This is Erin, Product Manager for finance connecters! This is an interesting improvement, and i would be curious to know more about the use case behind accessing this data.
We currently don't have this planned, but I have put it on our backlog so we can continue to track requests for this feature.
Best,
Erin
Please sign in to leave a comment.
Comments
1 comment