#jmontydesign-bt-connect
1 messages · Page 1 of 1 (latest)
hello! that mostly looks right, are you sure that line of code is the one that is running?
maybe add a new console.log() before it to log out the Connect acct ID and Payout ID just to be sure this is running
outside of that it might be a small syntax issue in how you're passing params and options to that list() request but let's validate the first assumption first
Thanks. I'm not sure what I did wrong previously, but it is working now. Thanks!
RE: "Balance transaction history can only be filtered on automatic transfers, not manual." Is there a way to trigger automatic transfer immediately on a Connect test account from the dashboard?
No, there isn't a way to immediately trigger an automatic payout from the dashboard (you'd only be able to immediately trigger a manual payout), but I'd suggest clicking the "..." button when viewing a Connect account and clicking "Edit payout schedule" to verify that they are on the fastest payout schedule option available
OK. Also, I need to test payout.failed, which apparently can't be triggered from the Stripe CLI. How could I test this from the dashboard?
We have these test numbers for testing various payout failed scenarios https://stripe.com/docs/connect/testing#payouts
Thanks!