#GiovanniV
1 messages · Page 1 of 1 (latest)
Hey there
We are testing that after a payout.paid event notification is sent to us we performs some actions but we match this by bank account id. the manual payout doesn’t use the external bank account id so its currently not matching.
do we have a way to force the manual payout to use the external bank account listed for the connect account?
hi thanks
Can you clarify what you mean by "the manual payout doesn’t use the external bank account id"? Are you specifying a destination when you create the manual payout: https://stripe.com/docs/api/payouts/create#create_payout-destination ?
trying to speed up the payout process for testing. we have a test credit card number that is supposed to bypass the pending balance but it still seems like a day before the payout happened
i used the dashboard and the accounts did not match. here is an example
Are you trying to test the payout.paid webhook specifically here?
yes. seems like we should use the API instead of the dashboard to specify the correct bank account?
Yeah that's correct for testmode
Otherwise I believe a new bank account ID is created here
ahh that makes sense . thank you
i don’t see an option to specific the connect account id. is this the right api to use at the connect level?
You can always use the Stripe Account header on your requests to trigger a request on the Connected Account: https://stripe.com/docs/connect/authentication
ok thank you!
Sure thing!
if I set up a webhook endpoint to get the reporting.report_run.succeeded event will his download all reports ?
that succeeded ?
Are you asking will the reports be downloaded automatically?
Have you read through https://stripe.com/docs/reports/api#data-availability?
That talks about how Webhooks work with the Reports API
I got the api generating the right report but status is in process may take some time so I am looking forn the best automatic way to get that report after is completed the processing