Connector Improvement: Connector Improvement: Stripe Webhooks/events data
We would like to access the account.updated event whenever it happens to understand when a connected account is rejected/restricted and when that gets overturned so that the account becomes active. In general, it would be good to see the date of change of status of an account and also the 'from' and 'to' status. As of now, this is queryable via API like this:
curl https://api.stripe.com/v1/events?type=account.updated -u sk_live_blahblahblah -H "Stripe-Account: acct_1234567890"
curl https://api.stripe.com/v1/balance -u sk_live_blahblahblah -H "Stripe-Account: acct_1234567890"
But this information is not available in the Fivetran Schema. We need this information.
-
Hi Menaka,
Thanks for your request and your patience. It sounds like you are requesting History Mode on the Account table: a start timestamp, end timestamp, and active status column alongside each record. Is that correct?
We are looking into whether it's possible for us to enable History here– that feature is typically reserved for tables that contain a last_modified column already.
-
Thanks Anna,
Yes, we want to know when the accounts transition from one status to another. So, it sounds like what you're describing as History Mode will do the trick.
Regards,Menaka s.
Please sign in to leave a comment.
Comments
2 comments