Questions tagged [mastercard]

Mastercard provides a payment interface that can be used to programmatically handle payments via credit card.

This tag is used for questions around the Mastercard payment interfaces:

See https://developer.mastercard.com/ for the full official documentation.

141 questions
25
votes
4 answers

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

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…
9
votes
1 answer

What pattern should be used to validate 2 BIN MasterCard numbers

"2" series BIN MasterCard numbers will start in October 2016. What regex pattern should be used to validate them. Today, we use the below pattern for MasterCards which start with 5: var re = /^5[1-5]\d{2}-?\d{4}-?\d{4}-?\d{4}$/;
dml
  • 133
  • 1
  • 3
9
votes
1 answer

Is there any API to create virtual credit card (VCC)?

I've wasted my 2 hours searching about VCC API on Google. I want to know if there is any API offered by either Visa or MasterCard that allows us to create virtual credit cards and fund them? I know it's possible. For instance, Entropay offers its…
user228046
  • 145
  • 1
  • 1
  • 7
7
votes
2 answers

MasterCard PIN change issuer script fails, Thales HSM used for MAC generation. EMV

I use Thales Payshield 9000 HSM. So far, all commands has worked and everything has been achieved what i wanted. Now the problem is when trying to change pin in ATM. Pin change script is generated and format looks like is OK when checking MasterCard…
Gntvls
  • 232
  • 3
  • 13
5
votes
0 answers

Apple Pay In App Provisioning : LinkAndProvisionResponse API

In the implementation document of Apple Pay In-app Provisioning, it refers to the LinkAndProvisionResponse API. Please share your inputs for this API; and where and how exactly it need to be invoked.
Vishal
  • 91
  • 1
5
votes
1 answer

Omnipay MiGS: how to handle users closing the browser after a successful transaction?

Assuming a user completes their transaction successfully after being redirected to Mastercard for payment, but closes the browser before redirecting back to the vpc_ReturnURL supplied to the Omnipay driver, is there a way to handle this…
Ryan
  • 9,231
  • 23
  • 77
  • 133
5
votes
2 answers

MasterCard / EMV Tags - Detail Definition

I'm working on a project that requires me to parse the EMV data tags that I receive from a MasterCard purchase transaction. I'm using the EMV V4.3 Books from EMVCo and have access to the MasterCard documentation via MasterCard Connect. I need to…
Dev Brown
  • 69
  • 2
  • 5
5
votes
2 answers

EMV: Second Generate AC Results in 6985 SW_Error Access condition not satisfied

I'm doing some EMV testing, and hoping someone can shed some light on what I'm seeing. I'm running the Mastercard M-TIP tests that apply to our solution, and I'm seeing some unexpected results. When running the M-TIP 50 tests (1, 2, 3) with the…
raydowe
  • 1,195
  • 1
  • 15
  • 28
4
votes
0 answers

Payment Gateway integration with ReactJS

I am new to ReactJS and implementing payment of bills in my application for which I need to implement the payment gateway services from mastercard. The application should support both AMEX and MASTERCARD payments. As a reference, we need to use the…
user1295308
  • 193
  • 1
  • 16
4
votes
1 answer

mastercard hosted session integration issue

I want to integrate payment in my website using mastercard payment gateway system. I use the hosted session method for the integration. I follow the mastercard hosted session My javascript code is
Techy
  • 2,288
  • 6
  • 35
  • 77
4
votes
0 answers

Apple Pay In App Provisioning -Add to wallet

Using Apple Test card, I was able to add card in the SandBox environment. However, if I try to check the the status using canAddPaymentPassWithPrimaryAccountIdentifier; it is always returning true. Please advise. Below is the code for the same: …
Vishal
  • 91
  • 1
4
votes
2 answers

MasterCard Payment Gateway API Single Page App

I am using the Mastercard Payment Gateway API for Hosted Session: Mastercard Payment Gateway API Documentation The integration works as expected on the first load but this has been written into a single page app. When the user goes back a page via…
TomFirth
  • 2,311
  • 3
  • 17
  • 29
4
votes
1 answer

MasterCard Payment Integrated Services Not Working In PHP

I have used the three variables which are posting form the html and passing in the $postdata array $cardnum= $_POST['Card_Num']; $cardexp= $_POST['Card_Exp']; $amount =$_POST['amount']; passing these three variables in the $postdata…
4
votes
2 answers

MIGS VPC Integration E5000: Cannot form a matching secure hash based on the merchant's request using either of the two merchant's secrets

I am using Migs Virtual Payment Client Integration and Using 2-Party (API method). Error : E5000: Cannot form a matching secure hash based on the merchant's request using either of the two merchant's secrets In the Reference Guide it is Stated to…
Sunny Pathai
  • 43
  • 1
  • 6
3
votes
1 answer

How to Create/Update a session? (MasterCard Gateway to integrate in android and iOS)

I'm trying to update a session with card info. I'm following this guide: https://ap-gateway.mastercard.com/api/documentation/apiDocumentation/rest-json/version/51/operation/Session%3a%20Update%20Session.html?locale=en_US In the section "Update…
Sohail Bhutto
  • 71
  • 1
  • 7
1
2 3
9 10