Questions tagged [3d-secure]

3-D Secure is an XML-based protocol designed to be an additional security layer for online credit and debit card transactions.

3-D Secure is an XML-based protocol designed to be an additional security layer for online credit and debit card transactions. It was developed by Visa with the intention of improving the security of Internet payments and offered to customers as the Verified by Visa service. Services based on the protocol have also been adopted by MasterCard, under the name MasterCard SecureCode, and by JCB International as J/Secure. American Express has added SafeKey to UK and Singapore on 8 November 2010.

References: Wikipedia

137 questions
15
votes
3 answers

How to implement 3d secure payment securely

I'm wondering what's the best way of accepting payments from credit cards that require 3-D Secure verification. Currently the checkout flow is like this: Customer submits payment Payment gateway returns an error stating that the card requires 3-D…
Wayne See
  • 789
  • 2
  • 9
  • 13
12
votes
4 answers

How to implement 3D Secure (Verified by Visa / MasterCard SecureCode) on Native mobile app (e.g. IOS)

This question is specific to Native mobile applications (e.g. IOS, Android, WP apps that are not actually using a browser to access a web site). We have an existing e-commerce website that takes payment for most of the major credit cards, and it…
Jaans
  • 4,598
  • 4
  • 39
  • 49
10
votes
1 answer

Does 3D secure and net banking sites use x-frame-options header?

I am trying to embed 3D secure and net banking pages in an IFrame, and I am able to achieve it successfully for a few sites which I have tested. But I suspect if ALL the bank pages will open in IFrame. What if any bank has set x-frame-otpions to…
Ashok
  • 531
  • 1
  • 3
  • 12
9
votes
5 answers

Changing an IFrames InnerHtml from codebehind

I'm trying to set the HTML of an Iframe at runtime, from code behind. In my aspx page i have: