kennethormandy / craft-marketplace

Make your Craft Commerce site a Marketplace, via Stripe
https://plugins.craftcms.com/marketplace
Other
7 stars 0 forks source link

Support on_behalf_of-style payments #8

Open kennethormandy opened 4 years ago

kennethormandy commented 4 years ago

It’s possible to get an error about on_behalf_of when trying to pay a payee account that has been restricted in Stripe. This can happen if they don’t fill in or remove some of their required information like addresses or identification confirmation.

Right now, the error message is presented to the end customer during checkout.

Some possibilities:

kennethormandy commented 4 years ago

Currently on_behalf_of is set to false for all orders supported by the plugin, so this should only need to be addressed once it becomes possible to opt-into that setting.