#J.K.-3DS-wordpress

1 messages · Page 1 of 1 (latest)

ripe lynx
#

Do you have more specifics on what you need help with after reading the full migration guide? All the information about what code to add should all be there, so knowing what specifically you were having trouble with would help us give more targetted help/advice

lethal scaffold
#

What code should we add for 3ď secure?My developer cant find in the guide

#

Currently our code is

#

stripe.open({
name: 'windproofcurtains',
description: 'wall/s',
amount: this.price,
currency: 'gbp'
}

#

And he tried to add

#

'confirmation_method' => 'manual',
'confirm' => true

#

Under the currency

#

But its some kind of iframe

#

It didnt work

#

Then a dev told us its legacy

#

Ok, we will change the code, but what should we add so the 3ďs will work also

#

He said there is nothing specific about 3ds in the guide

stable kraken
#

The newer version of Stripe Checkout will handle 3DS auth for you. If your user needs to complete 3DS authentication, our Checkout page will display the 3DS dialogue and handle the results of their auth

lethal scaffold
#

So we dont have to add it customly

stable kraken
#

Correct, you only need to create the new Checkout Session and direct your user to it. We will take care of the rest there

lethal scaffold
#

What option should we chose

#

For migration

#

As you see our current code?

#

We dont have other options for payment

#

Only customizsble product

#

Which calculates the rpice

#

Price

#

And opens session to pay for it

#

Nothing more

stable kraken
#

I am a bit unclear on your question. What migration options are you chosing between?

#

As I understand it, this was about the new Checkout flow described in the "After" sections of the doc you linked to. What can I help you choose?

lethal scaffold
#

There are a lot of options

#

Which payment option of the presented we need to follow

stable kraken
#

That depends on your setup. Can you tell me a bit more about what the products you are selling through Checkout?

lethal scaffold
#

Dynamic product catalog and price?

stable kraken
#

Like any of those could potentially be what you want to use based on your needs, there isn't a one size fits all answer

lethal scaffold
#

We are having in our website only one product a windproof curtain. Custormers are using modul to customize the product for their needs(color,size,shape, quantity). The plugin calculates their price and after that their a choosing how they wana pay it, paypal acc or debit/credit card through Stripe

stable kraken
#

Thank you for the clarification. Yes, it sounds like the "Dynamic product catalog and pricing" will cover your use case there

stable kraken
#

@lethal scaffold Just checking in, was that helpful? Any other open questions on this at the moment?

lethal scaffold
#

I think it was helpful, but my developrr will check it tomorrow

stable kraken
#

Sounds good to me. I will close this thread for now, we can re-open it or start a new thread on those questions. Just reach out in #dev-help again if there is anything else that we can help with