We use Stripe Connect API to:
- create customer + card in Platform account
- clone the customer + card into Connected account
- charge the card in Connected account
All steps are executed immidiately one after another. Step 1. suceeds (the card is valid in Platform account), but step 2. fails with "card is declined".
The card is valid in platform Stripe account but declined in connected Stripe account, at the same time.
Stripe support didn't provided any useful info, they referred us to declined card help page:
the only way to resolve this is to ask your customer to reach out to their card-issuing bank to look at the transaction and determine why it was declined.
Unfortunately, We cannot ask the customer to help us.
Did anyone else encountered similar problem?