Stripe Connect Checkout

Hello, I have an error when i initialize my api call checkout for STRIPE.


I understand that is because the connected account is limited but i don’t want to forced my customers to validate his account before he asks a transfer to his bank account. So how i can lauch a checkout session with a limited connected account or keep the amount meanwhile the account validation?

This is a requirement of stripe. You can work around this using conditions that remove the payee and keep the funds in your main account until the payee’s account is verified - but you’d need to manually handle the tracking for all of that, and its probably a liability you don’t want to deal with.

It is intentional on stripes part that a user can not be designated as the payee of a transaction unless their connected account has been fully verified. It should be made clear to your sellers that they should verify their account as soon as possible.