#joshandrews - bank account events
1 messages · Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂
evt_3Kv0G1C7t6MTuEUX1xu1Gh8y btw
we_1IVhIBC7t6MTuEUXAy9b3nKS
just some id's for you when you get a chance
seems like the issue is only for charges on the platform with on_behalf_of as a custom account id (standard accounts are working) and payment_method_type: us_bank_account
works for all credit cards, standard custom accounts with direct charges and a bank account
It appears you made recent changes to that endpoint. Did you just add that event type?
no, i tried adding payment_intent.processing but realized that wouldnt work
example of a standard account working today: evt_3Kv0o12EsCG4YGx50bhp0bY5
im the sole developer for a 70 merchant custom connect integration, im usually pretty decent with this stuff but this one has me confused why these events arent sending
the exact same setup in test mode also does send the events
Oh, your endpoint is a Connect type endpoint and that event would be for your own account -- you need an Account/direct type endpoint configured
how does the exact same endpoint work for credit cards then
and also works in test mode
You must be using a different request pattern, because they do work the same way
so a connect endpoint doesnt work for custom accounts in live mode but it does in test mode?
I wouldn't expect it to be any different, but if you have an example event/request I can take a look
we_1IVPIcC7t6MTuEUXlu37ctJ6
No, its about which events you're considering
this webhook has events from us_bank_account payments for custom accounts
in test mode
The charge event belongs to your platform account, not the connected account, when doing destination charges
thats an endpoint -- do you have a specific event?
so to be clear, the "connect" checkbox when creating a webhook makes it so that it ONLY listens to connect endpoints with. stripeAccount header? And not anything on the platform itself
that should be way more clear, the checkbox seems additive
I suggest reading here in detail
Ok then another question
Different events are emitted by your own account vs your connected accounts
A given endpoint only listened to one of those two sets, for connect integrations you will likely need both types for each of live and test
events related to your own account, events related to your connected accounts
Just made we_1Kv0xAC7t6MTuEUXtwIPUikf, is there a way via the dashboard to re-run events?