Nhảy tới nội dung

9Pay Integration

Introduction#

9Pay is one of Vietnam's leading Payment Gateway providers. It has a comprehensive payment solution with all payment methods: Visa credit card, global MasterCard, ATM cards of 40+ largest banks in Vietnam. 9Pay e-wallet.


Supported Countries#

  • Vietnam 🇻🇳

Available Payment Methods#

9Pay PG only supports VND(₫) currency.

Payment TypePayment Method KeyStatus
Local ATM CardNINEPAY_ATM_CARD
Credit CardNINEPAY_CREDIT_CARD
9Pay WalletNINEPAY_WALLET
All methodsNINEPAY_ALL

Refund Details#

Payment MethodATM CardsCredit Cards9Pay WalletAll method
Full refund?
Partial Refund Allowed?
Multiple Refunds Allowed?
Refund Transfer PeriodDepend on Issuing bank (30-40days)180 days180 daysDepends on payment method

Miscellaneous Details#

  • Refunds can be initialized from the merchant portal, refund status can be checked at both merchant portal and 9Pay Dashboard

Sandbox#

Credentials#

KeyValue
Merchant KeyWYpuJ1
Secret Key5MDbyAgtqCUs7MKWXs5uYeCrcdvFBNcdMDp
secretKeyCheckSumX13MvDJY5OLz0tjLyfgrCdE8nUxokSCa

Test Cards data#

TypeCard numberNameValid throughCVVStatus
Credit Card9704000000000018Nguyen Van A03/27NA
Credit Card4005555555000009Nguyen Van A05/25123
BankTypeCard numberNameValid throughPhone Numberotp
VietcombankATM Card9704000000000018Nguyen Van A03/07NAotp
MBBankATM Card9704222091320309AUTOAUTJHWNMQ05/21097321456804111994
  • OTP - 123456
  • Password - 1234

Download links#

Download Sandbox App for making test payments:

Use following values in embedded JS code to pay via 9Pay channel#

"pmt_channel": "NINEPAY",
"pmt_method": { Any of above given payment method keys },

Reference links#