#joshandrews - bank account events

1 messages · Page 1 of 1 (latest)

astral wraith
#

Hello! Just starting a thread for you -- I'll review and respond as soon as I can 🙂

idle bear
#

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

astral wraith
#

It appears you made recent changes to that endpoint. Did you just add that event type?

idle bear
#

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

astral wraith
#

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

idle bear
#

how does the exact same endpoint work for credit cards then

astral wraith
idle bear
#

and also works in test mode

astral wraith
#

You must be using a different request pattern, because they do work the same way

idle bear
#

so a connect endpoint doesnt work for custom accounts in live mode but it does in test mode?

astral wraith
#

I wouldn't expect it to be any different, but if you have an example event/request I can take a look

idle bear
#

we_1IVPIcC7t6MTuEUXlu37ctJ6

astral wraith
#

No, its about which events you're considering

idle bear
#

this webhook has events from us_bank_account payments for custom accounts

#

in test mode

astral wraith
#

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?

idle bear
#

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

astral wraith
idle bear
#

Ok then another question

astral wraith
#

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

idle bear
#

Just made we_1Kv0xAC7t6MTuEUXtwIPUikf, is there a way via the dashboard to re-run events?

astral wraith
#

Only for initial delivery failures

#

but

#

you can use the CLI to resend recent events to a specific endpoint: