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
3
votes
0 answers

How to integrate the master card payment gateway using Java Sdk

https://developer.mastercard.com/page/java-sdk-guide#project-setup I am referring this document but can not understand how to call API and configure SDK. Update 2: dependency used for payment gateway
karan shah
  • 304
  • 1
  • 3
  • 21
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
  • 81
  • 2
  • 8
3
votes
2 answers

The remote name could not be resolved: 'sandbox.api.mastercard.com'

I am trying to Make a request on MasterCard's sandbox for payment through MoneySend api. here is the sample code which can also be found here for c# Problem Statement: When I am trying to make request through directly visual studio it works…
Abdul
  • 1,416
  • 9
  • 26
  • 57
3
votes
3 answers

How to get current Mastercard rates (buy/sell currency)?

I need to check current Mastercard rates for multiple currencies in my app but I can't found any correct API to do this. In the same time, large count of sites has regular updates for this rates. Can someone tell me where can I get these rates (buy…
DrHolera
  • 189
  • 1
  • 14
3
votes
1 answer

generate AC cryptogram manually

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…
Arjun
  • 3,491
  • 4
  • 25
  • 47
3
votes
1 answer

Hash Secure not working in MIGS payment

I have implemented MIGS payment service in my magento installation and it is using a vpc_php_serverhost_do.php. These are the values Im passing to that file
3
votes
1 answer

capturing error messages from migs payment

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…
marchemike
  • 3,179
  • 13
  • 53
  • 96
2
votes
0 answers

3DS Security check in MasterCard Gateway

Im trying to implement payments using MasterCard Gateway for android i follow the steps in the documentation i reach the step where i get the HTML Response for 3DS i use testing card to check it but the issue when i click submit in the 3ds check i…
Sami Shorman
  • 149
  • 1
  • 11
2
votes
0 answers

Contactless payment using NFC in Android

I wanted to integrate contactless payment into one of my Android project using NFC. But I am not able to find any good resource for it. I have gathread basic information for NFC payment like It uses APDU Command and responses to communicate We'll…
Devarsh Ranpara
  • 930
  • 7
  • 16
2
votes
0 answers

Mastercard Hosted Checkout Integration always "Payment Unsuccessful" at the end with no error info

I am implementing Mastercard's Hosted Checkout Integration. Detail see below. https://ap.gateway.mastercard.com/api/documentation/integrationGuidelines/hostedCheckout/integrationModelHostedCheckout.html For checkout.js, I am using…
Kai
  • 31
  • 1
2
votes
0 answers

GENERATE APPLICATION CRYPTOGRAM - RESPONSE 6985 - Not Using PDOL

I have following scenarios below. I am trying to find the reason why GENERATE APPLICATION CRYPTOGRAM gives me response 6985. Good sample: GENERATE APPLICATION CRYPTOGRAM - using in terminal same country code and currency code as on card gives me…
CodingMerc
  • 41
  • 5
2
votes
0 answers

Hosted Payment Session Integration in React Native

I am a newbie in React Native and my project has payment integration. We need to integrate Hosted Session of mastercard in our…
user1295308
  • 425
  • 7
  • 20
2
votes
0 answers

Master card hosted session integration issue with the session

I am Working with Mastercard integration using a hosted-session method. As per the documentation, I follow the steps showed in it but I got an error while getting the session from MasterCard API URL to get session:…
2
votes
2 answers

Is it possible to encode mastercard virtual debit cards to physical card?

My Bank provides me the hability to have virtual cards, for online shopping and more secure as I can disable them, limit the debit amount etc. As you know the virtual cards only have the 3 informations : PAN, EXP date and CVV. I have a virtual card…
Papango
  • 23
  • 3
2
votes
2 answers

Mastercard payment integration how to redirect to a link after complete the payment

I need to redirect to a URL after the payment completed I used the code provided in the documentation