Skip to main content

MPGS Integration

Mastercard payment gateway services provides multiple payment solutions. MPGS provides support for Credit and Debit Card (Visa/Master/JCB) payment options. Follow this guide to integrate MPGS acceptance on your mobile app or website.


Available payment methods#

  1. Credit/Debit Cards (Visa, Mastercard, JCB)

Please use following values as Payment_Method_Key while initiating payment via MPGS in embedded JS code as mentioned below

"pmt_channel": "MASTERCARD",
"pmt_method": "MASTERCARD_CARD",

Testing Data#

Test Merchant Admin Credentials#

MPGS merchant console

Keyvalue
API Passwordfed7185ba0e360053670f4d73b671cf3
Merchant ID210-M-130522
Notification Secret840CBE7839141CF299E2D8CD270F6D5F

Test cards data#

TypeCard number
Mastercard5123450000000008
Mastercard2223000000000007
Mastercard5111111111111118
Visa4508750015741019
Visa4012000033330026
JCB3528000000000007
JCB3528111100000001

Reference links#