mastercard

How to create digitally signed Xml Message using standard ISO20022 in .net ( C# )?

霸气de小男生 提交于 2020-03-21 06:39:30
问题 My project needs integration with payment gateway. The project is built in .net ( c# ) To integrate the gateway i need to sign XML message digitally following ISO 20022 standard. I am using dot net library SignedXml of System.Security.Cryptography The sample format and my code is shown below : Sample Code: <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> <ds:SignatureMethod Algorithm=

How to create digitally signed Xml Message using standard ISO20022 in .net ( C# )?

心不动则不痛 提交于 2020-03-21 06:38:33
问题 My project needs integration with payment gateway. The project is built in .net ( c# ) To integrate the gateway i need to sign XML message digitally following ISO 20022 standard. I am using dot net library SignedXml of System.Security.Cryptography The sample format and my code is shown below : Sample Code: <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> <ds:SignatureMethod Algorithm=

Error. Your card doesn't support automatic recurring payments-Google cloud [closed]

帅比萌擦擦* 提交于 2020-01-22 17:59:07
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 11 months ago . When I'm trying to authenticate my card with Google cloud I'm getting this error. Your card doesn't support automatic recurring payments [QR-CC3ST-02]. I got my otp and I had successfully authenticated. I also got message from my bank saying that my authentication is successful. Still Google is keep saying

generate AC cryptogram manually

ぐ巨炮叔叔 提交于 2019-12-21 03:16:32
问题 I am trying to generate AC manually, I have a tool to generate AC but I want to generate it by my own to understand the algorithm for the same. My calculation is fine for Discover card but it is failing for MasterCard. As per my understanding, data used to generate AC is depend on Tag 8C - CDOL1 which we provide to card with Gen AC command + AIP + ATC. AIP and ATC - accessed internally by ICC. Data used to generate AC is:- data part of Gen AC command + value of tag 82 + value of tag 9f36 + 80

generate AC cryptogram manually

眉间皱痕 提交于 2019-12-21 03:16:03
问题 I am trying to generate AC manually, I have a tool to generate AC but I want to generate it by my own to understand the algorithm for the same. My calculation is fine for Discover card but it is failing for MasterCard. As per my understanding, data used to generate AC is depend on Tag 8C - CDOL1 which we provide to card with Gen AC command + AIP + ATC. AIP and ATC - accessed internally by ICC. Data used to generate AC is:- data part of Gen AC command + value of tag 82 + value of tag 9f36 + 80

capturing error messages from migs payment

主宰稳场 提交于 2019-12-13 15:23:58
问题 I'm having issues with my MIGS Payment facility that I created for my website. When the user encounters errors with the migs server (payment did not run successfully), how do I know if it encountered such error? These are the parameters I used(replaced my link with a sample link): "vpc_Amount" => ($amount*100), "vpc_Command" => 'pay', "vpc_Locale" => 'en',// order id "vpc_MerchTxnRef" => $session_id, "vpc_Merchant" => $merchantId, "vpc_OrderInfo" => "Test order", "vpc_ReturnURL" => "http:/

Developing Mobile P2P Payment Apps

∥☆過路亽.° 提交于 2019-12-07 18:55:06
问题 Main Question: If I were to start developing a mobile peer-to-peer payment app (Namely on iOS and Android), where would I start? i.e. What APIs would I use to create transactions that can occur between to peers, using debit and/or credit cards? What are the recommended languages for a backend? My take: From the research I have done, it would seem that companies like Square Cash etc. made use of the MasterCard and VISA APIs. This is possible something I would have to use. I would also make use

generate AC cryptogram manually

人盡茶涼 提交于 2019-12-03 09:05:54
I am trying to generate AC manually, I have a tool to generate AC but I want to generate it by my own to understand the algorithm for the same. My calculation is fine for Discover card but it is failing for MasterCard. As per my understanding, data used to generate AC is depend on Tag 8C - CDOL1 which we provide to card with Gen AC command + AIP + ATC. AIP and ATC - accessed internally by ICC. Data used to generate AC is:- data part of Gen AC command + value of tag 82 + value of tag 9f36 + 80 + optional 00 to make it multiple of 8. this is my logic ,it might be I am using wrong data to