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.

172 questions
2
votes
1 answer

Application Cryptogram Generation and Validation Failure

I am working on a Master Card transaction processing app but still in the development stages. To be able to test my cryptogram validation app, I personalized a card using MChip with the following profile info: MChip Jcop app version 1.0 profile…
2
votes
1 answer

How to test the new Mastercard cards?

I read this update from Mastercard about their new BIN series that starts with 2: https://www.mastercard.us/en-us/issuers/get-support/2-series-bin-expansion.html I want to make sure we’re not getting any issues with our BlueSnap account – can anyone…
2
votes
1 answer

Could I get information about payments by plastic card via apis (for example like Visa API)?

Could I get any iformation or notification about payments by plastic card via APIs? If yes, how? Thanks!
Maksim Danilau
  • 100
  • 1
  • 9
2
votes
1 answer

Mastercard MoneySend API and Visa Direct API

I want to create an app like Google Wallet for my country, Romania. I emailed Visa developer and I received the next email. "Hello, Thanks for your interest in visa direct API. There is an acquirer in Romania who supports visa direct…
2
votes
1 answer

MTIP MP92 Test 1 Scenario 1 - Card Indicates that it does not support Contactless

I'm running M-TIP MP92 Test 01 Scenario 01. The objective of the test is: "To ensure that the terminal terminates the transaction when the card indicates that it does not support Contactless - M/Chip". What I don't understand, is how a card…
raydowe
  • 1,285
  • 1
  • 16
  • 31
2
votes
1 answer

VerifoneEMV: Second Generate AC?

I am working on MasterCard Acquisition project using emv Module 6.2. I can successfully generate 1st Ac and retrieve tags from it properly but i am asked to include also the result of the 2nd AC in my ICC data before transmission to the issuer. How…
knk
  • 45
  • 2
  • 9
2
votes
1 answer

MasterCard Payment Gateway MIGS, how to query

I have successfully integrated mastercard payment gateway (MIGS) from Asp.net with C# code. But I am unable to query each transaction. I need to query the server for individual transaction. But I am not able to get proper response a mentioned in VPC…
santubangalore
  • 796
  • 1
  • 12
  • 25
2
votes
1 answer

How to use MasterCard/Visa Payment system in an iOS App instead of AppStore one for IAP (In-App-Purchase)?

I have an App in Appstore that is Free & provides different modules that will be accessible to people who made an Annual Subscription ! MY QUESTION Is it possible to use my own Payment system like in "Airline Companies Apps" i.e : American…
Kingofmit
  • 2,066
  • 1
  • 17
  • 22
2
votes
1 answer

EMV Static Data Authentication

In EMV book v4.3 2 page 49 states If all of the above steps were executed successfully, SDA was successful. The Data Authentication Code recovered in Table 7 shall be stored in tag '9F45'. How do I store the Data Authentication Code recovered in…
Francis
  • 603
  • 1
  • 6
  • 17
2
votes
1 answer

PHP mastercard integration using the 2-Party integration model

i am working on a MIGS integration with php using the 2-Party integration model..i have gone through some good pdf's downloaded online and except from giving a sketch on how the integration is to be done, none explains the integration in terms of…
AS17
  • 79
  • 2
  • 9
1
vote
0 answers

MPGS error callback url on "Unsuccessful Transaction"

I want Mastercard to redirect to a specific page on transaction being unsuccessful. I am using below API: https://test-gateway.mastercard.com/api/rest/version/{version}/merchant/{merchantId}/session Maybe there is something I can add inside the…
1
vote
0 answers

MPGS Direct Payment 3DS cannot finalise payment

I'm Trying to make the payment with 3DS work, I have followed the three steps in this…
1
vote
0 answers

Second Generate AC command returns 6A86 after successful First Generate AC command in EMV transaction

I am currently implementing an EMV transaction and have encountered an issue where my Second Generate AC command is returning a "6A86" response code when called immediately after a successful First Generate AC command. My First Generate AC command…
Lilvinco
  • 95
  • 1
  • 1
  • 7
1
vote
0 answers

"error: using bridging headers with module interfaces is unsupported" when attempting to run the sample MerchantCheckoutApp from MasterPass docs

I am attempting to run the MasterPass sandbox sample app in Xcode 13.3 provided by the MasterPass docs, however the error: using bridging headers with module interfaces is unsupported error in my logs keeps persisting. I am attempting to do this…
1
vote
0 answers

Implement Mastercard Gateway Android SDK in Xamarin.Forms

I am trying to implement the Mastercard Gateway Android SDK in Xamarin.Forms but according to the documentation I need to edit the gradle.properties file which is not present in Xamarin.Forms. Is it possible for me to implement this SDK and if so…
HamdyAli
  • 173
  • 3
  • 14
1 2
3
11 12