Nhảy tới nội dung

VTCPay Integration

Introduction#

VTC Pay is the best and unique state-owned online payment gateway in Vietnam that has been recognized as the trustworthy for both domestic and international partners. After over 8 years of development, VTC Pay has been a long term partner of more than 2,000 enterprises worldwide.


Supported Countries#

  • Vietnam 🇻🇳

Available payment methods#

VTCPay PG only supports VND(₫) currency.

Payment TypePayment Method KeyStatusSandbox Availability
Domestic Banks (ATM Card)VTCPAY_ATM_CARD
International Payment (Credit Card)VTCPAY_CREDIT_CARD
VTCPay WalletVTCPAY_WALLET
VNPay WalletVTCPAY_VNPAY
ViettelPay WalletVTCPAY_VIETTELPAY
MomoPay WalletVTCPAY_MOMOPAY
All methodsVTCPAY_ALL

Miscellaneous Details#

  • Copy the Webhook URL provided in the PortOne Admin Dashboard & paste it to the VTCPay Dashboard for configuring the webhook notifications

Sandbox#

Credentials#

KeyValue
secretKeyaaaaaaaaaaaaaaaabbbbbbbbbCCCCC123
merchantID0963465816
websiteID56098

VTCPay Sandbox Dashboard#

Account: 0963465816
Password: Aa@123456
OTP: 123456

Test cards data#

TypeBankCard numberNameValid throughCVV
ATM CardTechcombank9704 0000 0000 0018NGUYEN VAN A03/07-
Credit CardVISA4111 1111 1111 1111-01/30123

Test Wallet Details#

Account: 0357758300
Password: Abcd1234
OTP: 123456

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

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

Reference links#