EMV在线PIN验证POS终端

发布于 2025-02-06 09:08:44 字数 335 浏览 3 评论 0原文

我想了解如何以及在哪里可以执行EMV交易在线PIN验证。 假设我有一些POS终端,还有一个Visa Cyber​​source帐户,我可以在终端上执行EMV交易,但是我们执行在线PIN验证的大多数EMV交易请求,我能够提取所需的基本详细信息要充电卡示例数据,trackDatapinblockksn和一些tlv data

如果对EMV交易请求,尤其是Visa Cyber​​source开发人员页面,我找不到资源来执行在线PIN验证,我不知道在哪里执行验证或如何工作。

简短的课程和定向资源将不胜感激。

I want to understand how and where i can perform an EMV Transaction online PIN Verification.
Suppose i have a few POS terminal and also a Visa Cybersource account, i'am able to perform an EMV Transaction on the terminal , however most EMV Transaction request that we perform an Online PIN verification ,i'm able to extract the basic details needed to charge the card example data ,trackData ,PINBLOCK ,KSN and some TLV Data.

I cant find resources to perform an Online PIN Verification if the EMV Transaction request for it ,especially the VISA cybersource developer page, infact i dont know where to perform the verification or how it works.

A brief lessons and directed resources will be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔 2025-02-13 09:08:44

您需要了解的几件事以验证PIN,在大多数情况下,这是非常标准的,但是除非您分享更多细节,否则不禁会。

  • PIN块由卡号和PIN形成,主要由 ANSI PIN
    块格式0
  • 接收的引脚块是由三重DES加密的
    发件人的键称为awk(收购方工作密钥),
  • 您需要拥有相应的键IWK(发行器工作密钥)。
  • 发送卡号,PIN块,IWK,PIN块格式,PIN验证键,PIN
    HSM HSM的验证密钥索引
  • 将以PIN是否为PIN响应
    成功还是没有。

A few things you need to understand to verify PIN, and in most cases this is very much the standard, but can't help unless you share more details.

  • PIN Block is formed from Card number and PIN, and mostly by ANSI PIN
    Block format 0
  • The received PIN block is Triple DES encrypted by
    the sender's key called AWK ( acquirer working key )
  • You need to have the corresponding key IWK ( issuer working key ).
  • Send card number, PIN Block, IWK, PIN Block format, PIN Verification Key, PIN
    verification Key index to HSM
  • HSM will respond with whether PIN is
    successful or no.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文