#[LBG] India - clone

1 messages · Page 1 of 1 (latest)

dark nova
#

Hi! You would like to know if a 3DS can be triggered when you clone a payment method?

remote beacon
#

Yes

dark nova
#

The act of cloning shouldn't trigger a 3DS flow. However when you try to make a payment, 3DS could be required.

remote beacon
#

How to handle it in this case ?

dark nova
#

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.

remote beacon
#

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 ?

dark nova
#

If there's 3DS required, this function will take care of it.

remote beacon
#

How do we detect it ? We create a direct charge and have set capture=auto

dark nova
#

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.

remote beacon
#

Yes I'm sorry, we already use it

#

The customer would be redirected automatically ?

dark nova
#

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.

remote beacon
#

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

dark nova
#

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.