MPGS Integration
Mastercard payment gateway services provides multiple payment solutions, we have integrated with MPGS on Hosted Session payment solution, where the sensitive payment details from the payer in payment form fields are sourced from and controlled by MasterCard Payment Gateway. 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- 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
- MASTERCARD_CARD
#
Testing Data#
Test Merchant Admin CredentialsKey | value |
---|---|
MerchantId | TESTCHAEVAL01 |
OperatorId | OPCHAEVAL01 |
Password | Welcome@45 |
#
Test cards dataType | Card number | Name | Valid through | CVV | Status |
---|---|---|---|---|---|
Mastercard | 5111111111111118 | NGUYEN VAN A | 01/39 | 100 | Success |
Mastercard | 5123450000000008 | NGUYEN VAN A | 01/39 | 100 | Success |
Mastercard | 2223000000000023 | NGUYEN VAN A | 05/22 | 102 | Failed |
Visa | 4508750015741019 | NGUYEN VAN A | 05/21 | 100 | Success |
Visa | 4012000033330026 | NGUYEN VAN A | 05/21 | 102 | Failed |
JCB | 3528000000000007 | NGUYEN VAN A | 05/21 | 100 | Success |
JCB | 3528111100000001 | NGUYEN VAN A | 05/21 | 102 | Failed |