#LukeVP-3DS

1 messages · Page 1 of 1 (latest)

rough tartan
#

Hi there, the 3DS challenge modal is provided by the issuing bank, I'm afraid it's not customizable.

lament cairn
#

An a gray overlay pops up, I'm trying to customize the overlay, but not the modal from the bank itself

#

Is this achievable?

rough tartan
#

Can you send me the screenshot of that overlay?

lament cairn
#

So everything but the white box which will display the bank's side for 3d

rough tartan
#

I see, I'm afraid that' not customizable.

lament cairn
#

And I noticed that the 3d will be made after creating a request to hooks.stripe.com

#

What i'm trying to achieve is that it wouldn't show up mstripe's url, but my platform's name eg. hooks.platform.com, and that will execute the rest of the code

#

Is that technically possible?

rough tartan
#

Can you elaborate more on your requirements? is it the correct understanding that you want to replace the stripe.com URL with your own URL?

lament cairn
#

right

rough tartan
#

The transaction has to happen in stripe.com so that you don't need to worry about the PCI compliance .

lament cairn
#

so it would execute stripe's code, but for the clientside it wouldn't show the user hooks.stripe.com in the requests section

rough tartan
#

The checkout page is hosted in stripe.com, so the URL is visible to your customer.

#

Another option you might want to consider is using Payment Elements

#

So that you can embed Stripe payment elements inside your webpage and your customers will not see stripe.com domain in the address bar.

lament cairn
#

Yes, I plan to use stripe elements on my page. However my plan is to replace hooks.stripe.com with myplatform.stripe.com (for the clientside to show up the modal), and in the backend it would run stripe's code. Now, If I'm not making a mistake, it is technically possible, but what's missing from this is my PCI Compliace?

rough tartan
#

I don't think you need to worry about the domain name after integrating the Payment Element. The payment element are basically embedded to your page via iframe, and the iframe URL won't be visible to your customers.

lament cairn
#

However, if the user uses his browser's developer tools -> network he will see hooks.stripe.com

rough tartan
#

You will always see network traffic to stripe.com, no matter what integration you use.