Skip to main content

ONEPAY Integration

Introduction#

OnePAY is a Leading Payment Processing Company in Vietnam since 2006, providing payment gateway, payment processing, and merchant services, OnePAY is responsible for enabling consumers to pay for transactions on the Internet by linking providers, banks, and consumers.


Supported Countries#

  • Vietnam ๐Ÿ‡ป๐Ÿ‡ณ

Available Payment Methods#

ONEPAY PG only supports VND(โ‚ซ) currency.

Payment TypePayment Method KeyStatus
Local ATM CardONEPAY_ATM_CARDโœ…
Credit CardONEPAY_CREDIT_CARDโœ…
WalletsONEPAY_Walletโœ…
All methodsONEPAY_ALLโœ…

Miscellaneous Details#

  • Refunds can be initialized from the merchant portal, for refund status please check the ONEPay Dashboard

Sandbox#

Credentials#

KeyValue
Merchant IdTESTONEPAY
AccessCode6BEB2546
Secure Secret Key6D0870CDE5F24F34F3915FB0045120DB

Test cards data#

Card typeTypeCard numberNameValid throughCVVStatus
InternationalVisa4000000000000002NGUYEN VAN A05/24123Successful
DomesticThe ABB9704250000000001NGUYEN VAN A01/13123Successful

  • OTP - 123456
  • Password - 1234

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

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

Reference links#