
Menaka Sankaralingam
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
Activity overview
Latest activity by Menaka Sankaralingam-
Menaka Sankaralingam created a post,
Connector Improvement: Stripe with connected accounts enabled
Our Stripe connector with Connected Accounts enabled, fails a sync intermittently with an error like this: // Entire Sync Duration: 13 hours, 12 minutes Sync Start: 06/18/2021 6:22:14 AM Sync End: ...
-
Menaka Sankaralingam created a post,
Connector Improvement: Requesting support for more tables for connected accounts
We're using the Stripe connector with Connected Accounts enabled. We'd like to request support for connected accounts for the following tables: subscription subscription_item subscription_discount...
-
Menaka Sankaralingam commented,
Erin I am of the same opinion as Jonathan Talmi I worked out a more complex query which calculares balance as charges - fees - refunds + refund failures - disputes + dispute reversals - dispute f...
-
Menaka Sankaralingam commented,
Thanks Erin,Aggregating BALANCE_TRANSACTION records at the Connected Account Level does not provide the Account Balance. I think balance is a sum of all charges, less refunds, less fees, less payou...
-
Menaka Sankaralingam commented,
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.
-
Menaka Sankaralingam commented,
Hi Anna,Thanks for the information. The value in the `AMOUNT` column in the `BALANCE_TRANSACTION` table is different from what we're looking for. `AMOUNT` is the transaction amount. We're looking f...
-
Menaka Sankaralingam created a post,
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....
-
Menaka Sankaralingam created a post,
Connector Improvement: Can the balance of a connected account be made available?
AnsweredWe would like the balances of the connected accounts to be made available in a table. As of now, this is queryable via API like this curl https://api.stripe.com/v1/balance -u sk_live_blahblahblah...
-
Menaka Sankaralingam created a post,
Connector Improvement: Stripe Apple Pay domains
CompletedWe use the Stripe Connector with Connected Accounts enabled. We need to get the results of the query https://api.stripe.com/v1/apple_pay/domains which looks like this: { "object": "list", ...