使用Authorize.Net API getCustomerProfileRequest时如何从纯文本中获取信用卡详细信息?

时间:2019-06-06 21:19:20

标签: authorize.net credit-card

我试图获取creditcardNumber,它是由Authorize.Net API发送的,同时以getCustomerProfileRequest的形式调用XXX411。我想阅读实际的cardNumber

我正在使用response.profile.paymentProfiles(0).payment.Item.cardNumber.ToString()

这是返回掩码值。

2 个答案:

答案 0 :(得分:1)

无法从Authorize.Net找回完整的卡号。创建付款资料的目的是使您不必在创建信用卡号后就对其进行处理,从而减少了PCI合规性范围和风险等级,并为您使用该信用卡付款时提供了一定程度的便利。无需找回卡号,因为您没有理由。

答案 1 :(得分:0)

可以将客户资料用于付款交易,只需将付款对象更改为Charge a Customer Profile