#J.K.-3DS-wordpress
1 messages · Page 1 of 1 (latest)
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
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
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
So we dont have to add it customly
Correct, you only need to create the new Checkout Session and direct your user to it. We will take care of the rest there
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
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?
There are a lot of options
Which payment option of the presented we need to follow
That depends on your setup. Can you tell me a bit more about what the products you are selling through Checkout?
Dynamic product catalog and price?
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
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
Thank you for the clarification. Yes, it sounds like the "Dynamic product catalog and pricing" will cover your use case there
You can also refer to the "Prebuilt Checkout Page" section of this doc for more info on configuring Checkout for various scenarios with one time payments https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
@lethal scaffold Just checking in, was that helpful? Any other open questions on this at the moment?
I think it was helpful, but my developrr will check it tomorrow