#cody-connect-express
1 messages · Page 1 of 1 (latest)
Hey @north umbra can you clarify who your "Stripe rep" is? They really should never send you to Discord
I can DM you that.
Basically, I just want to be able to show a "Trigger Instant Payout" button, but only for folks that are able to receive instant payouts.
Okay so you should be able to look at the Account and check its "external accounts" and see if they have a debit card or not
I only know details about instant Payouts with debit cards. I don't know anything about this for bank accounts, I didn't know it was a thing
I'd recommend working back with your Stripe rep to get to a definitive answer instead
Okay, so actually, maybe only UK folks can do it with bank accounts (or platform is US only).
What I want to do then, is make sure that our users know they need to use a Debit Card when they go through the Express set-up the first time – if they want to use Instant Payouts.
And for folks that already have a connected Bank Account (rather than debit card) I need to be able to explain to them how to swap their Stripe Express account to use a Debit Card rather than Bank Account.
I'll get working on that and let y'all know if any other questions come up.
However, I would love an API endpoint that would quickly allow me to see if a given connect account could receive an Instant Payout.
yeah we wouldn't add such an API endpoint
No worries! Thanks for your help!
https://stripe.com/docs/api/cards/object#card_object-available_payout_methods we already have this on the Card object that tells you if they support instant
https://stripe.com/docs/api/customer_bank_accounts/object#customer_bank_account_object-available_payout_methods and same here for BankAccount
Perfect! Yeah, that works great.
awesome, have a great day!