#connorRs
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't think currently there's a way to check that
we only want to let connected accounts add payout methods with instant payouts capabilities. currently we let them add the card then we delete the card and return an error in our backend system if instant payouts is not supported
the problem with that is that once we add a payout method to a connected account, we can no longer delete it if it was the first account added because it automatically becomes default
is this something that we can get around without having to delete the card only after a new one has been added?
There are no workarounds for it unfortunately.
External account needs to be tokenized to see if they support instant payout
https://stripe.com/docs/connect/instant-payouts?dashboard-or-api=api#confirm-external-account-eligibility
There's no way to delete the default one leaving the account with no external account
I'd recommend talking to our support team if they know of any private features / workaround for this
https://support.stripe.com/?contact=true
Ok thanks