#[LBG] India - clone
1 messages · Page 1 of 1 (latest)
Yes
The act of cloning shouldn't trigger a 3DS flow. However when you try to make a payment, 3DS could be required.
How to handle it in this case ?
If you try to do the payment off session, and it requires 3DS, then the payment will fail.
When that happens, you'll have to ask your users to come back to your website/app to do the payment on session and go though the 3DS flow.
We configured it to be off_session because we use the same payment_methode for Subscriptions. Everytime the customer wants to pay, he is on the platform
The customer clicks on a button to pay and we start the clone and payment flow
How to handle 3Ds in this case ?
If you already have the payment method saved and the customer is on session, then you can use this on the frontend: https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing
If there's 3DS required, this function will take care of it.
How do we detect it ? We create a direct charge and have set capture=auto
Detect what? If the customer is on your website, you should follow what I described above for all payments, and 3DS will be taken care automatically.
Yes, this function will take care of 3DS automatically:
When called, stripe.confirmPayment will attempt to complete any required actions, such as authenticating your user by displaying a 3DS dialog or redirecting them to a bank authorization page.
great ❤️
Last question : what is the default payout schedule for a Standard Connected Account knowing that we do not authorize them to change it from platform_controls
Based on the documentation here: https://stripe.com/docs/payouts#payout-schedule
In supported countries, your default payout schedule is daily automatic. You can change this in the Dashboard to weekly automatic, monthly automatic, or manual payouts.