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
1
vote
1 answer

Master Card 3D-Secure | AUTHENTICATION_PENDING | Status Rejected

I just followed the MPGS Direct Flow Using Session What I do. ! Create Session Update Session With Card Initiate Authentication Authenticate Payer | Response - AUTHENTICATION_PENDING and then when we hit pay API they will return and rejected { …
Waleed Muaz
  • 737
  • 6
  • 17
1
vote
1 answer

Apple pay EMV transaction

I am trying to perform Apple pay transaction. The card edded to apple pay wallet is MasterCard. If I perform a contactless transaction using a physical card, my code works. But when I try to do the same with ApplePay, I get SW 6700 (wrong length)…
1
vote
1 answer

How to solve this error "cause":"INVALID_REQUEST","explanation":"Invalid request" in mastercard payment gateway (mpgs)

I am trying to integrate my site with mastercard gateway payment (mpgs) , i follow up the documentation , i select the Hosted Checkout method, see the documentation from here I request a checkout session by this code : $orderid =…
Ali Abu Harb
  • 606
  • 7
  • 9
1
vote
1 answer

Mastercard Hosted Checkout Tokenised Cards

This is something we've asked Mastercard about, however, I haven't been able to get a clear answer from them. Perhaps someone has implemented this and can assist. In our initial emails with them, it was implied that the Hosted Checkout can work…
Tim King
  • 11
  • 3
1
vote
2 answers

Different output of EMV session key using BP-Tool and UL testing tool

I am now running M-TIP test case using UL Test Tools. I tried to calculate cryptogram via BP-Tools-Cryptographic Calculator (EMV -> Application Cryptograms -> MasterCard). According to EMV Book 2 and online sources, the process should be generate…
1
vote
2 answers

Refused to execute script and strict MIME type checking is enabled

I get refused to execute script because of MIME type ('text/html') is not executable, and strict MIME type checking is enabled. When i integration Mastercard using php curl and JavaScript although no errors appears. function errorCallback(error)…
assem
  • 7
  • 5
1
vote
0 answers

Asp.net core 3.1 + Angular 10 use multiple razor (.cshtml ) pages

I am creating a website using asp.net core 3.1 and angular 10. Startup.cs public void Configure(IApplicationBuilder app, IWebHostEnvironment env) { if (env.IsDevelopment()) { …
Ghanshyam Singh
  • 1,361
  • 2
  • 15
  • 27
1
vote
1 answer

Cannot read property 'configure' of undefined

I get the error: core.js:5882 ERROR TypeError: Cannot read property 'configure' of undefined when I implement a Hosted Session Integration for Mastercard in Angular 2. Here is my code: payment-detail.component.ts import { AfterViewInit, Component,…
Ibanez1408
  • 4,550
  • 10
  • 59
  • 110
1
vote
1 answer

Unable to generate application cryptogram

I'm trying to simulate a mastercard contactless transaction using a Raspberry Pi with PN532 Chip and a smartwatch. The response from the SFI2 R2 contains the following CDOL1…
1
vote
0 answers

How can i integrate mastercard sdk in ios

i have project must be integrate mastercard sdk with my project. My question there is any article or videos explain to me Steps how can i create account in mastercard and connect it with my account and integrate mastercard sdk. Thank you very much
1
vote
1 answer

Trying to make integration with PayPal for Visa and MasterCard

I trying to make integration with PayPal to set visa and master card online payment in egypt and other countries, So if i maked it 1 i do need business account in PayPal 2 and follow documents 3 Never save customer card detail in db only a…
1
vote
0 answers

Create order and transaction in Credimax Mastercard Payment API

I am using Credimax payment gateway API and I am trying to make card payment. The below link shows the API endpoint which requires Order id and Transaction…
Bhumika
  • 169
  • 11
1
vote
1 answer

Is it possible to calculate Card Cryptogram manually on EMV Card?

I am having a problem with the EXTERNAL AUTHENTICATE process on my EMV card. When I authenticate the card to the host, the host responds failed : Card Cryptogram Verification Error. Card cryptogram is obtained from the previous process to the card :…
Metris Sovian
  • 254
  • 4
  • 20
1
vote
2 answers

Card responds with 6985

I'm constructing a generate AC command for a Mastercard contactless card. I have retrieved the CDOL1 from the ICC data, however the card respond with 6985. Any advice on what the problem might be. Card Risk Management Data Object List 1 (CDOL1)…
Blackbox First
  • 67
  • 1
  • 1
  • 7
1
vote
1 answer

How to automate settings on 'https://stage.masterpassteststore.com/configuration' using Selenium for Java?

Using Selenium for Java, I try to automate setting of 2 elements - Merchant integration version (v5/v6), and Merchant Checkout ID (Sandbox-V7-STD-9CCBB) on the https://stage.masterpassteststore.com/configuration page. I have already solved setting…