Razer Merchant Services Seamless Integration v3.28 (non PCI) - RazerMS/Integration-RazerMS_JavaScript_Seamless_Integration GitHub Wiki
Latest update: 2024/05/14
- Add new Payment Channel:
- UPAY
- UPAY_UBO
- UPAY_PCHC
- UPAY_INSTA
update: 2023/06/02
-
Add new Payment Channel:
- BPI
- Maya Cards
- GrabPay PH
-
Add new Payment Channel:
- Maya e-Wallet
update: 2022/07/26
- Add new Payment Channel:
- CreditAI
- Alipay+
- LinePay
update: 2023/01/17
- Add new payment channel:
- Dragonpay sub-channel
Please do not generate your vcode in JS as this will disclose the merchant verify key.
Register your domain by email to our support : [email protected]
Include below javascript library in your web.
<!-- jQuery (necessary for Razer Merchant Services Seamless JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://pay.merchant.razer.com/RMS/API/seamless/3.28/js/MOLPay_seamless.deco.js"></script>
<!-- Button trigger Razer Merchant Services Seamless -->
<button type="button" id="myPay" class="btn btn-primary btn-lg" data-toggle="molpayseamless" data-mpsmerchantid="molpaymerchant" data-mpschannel="maybank2u" data-mpsamount="1.20" data-mpsorderid="TEST1139669863" data-mpsbill_name="MOLPay Technical" >Pay by Maybank2u</button>
Download our Demo version.
Download our Demo version.
The Razer Merchant Services seamless plugin process your button, via data attributes or JavaScript.
Activate a Razer Merchant Services seamless without writing JavaScript. Set data-toggle="molpayseamless"
on a controller element, like a button, along with a data-mpsamount="1.01"
to set value.
<button type="button" data-toggle="molpayseamless">Pay by Maybank2u</button>
Call a Razer Merchant Services seamless with id myPay
with a single line of JavaScript:
$( document ).ready(function() {
var options = {
mpsmerchantid:"molpaymerchant",
mpschannel:"maybank2u",
mpsamount:"1.20",
mpsorderid:"TEST728638391",
mpsbill_name:"MOLPay Technical",
...
};
$('#myPay').MOLPaySeamless(options)
});
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-
, as in data-mpsamount=""
.
Name | Data Type (size) | M/O | Description |
---|---|---|---|
mpsmerchantid | an{1..32} | M | Merchant login username provided by Razer Merchant Services. |
mpschannel | an{3..32} | M | Refer to Appendix C for more channel code. |
mpsamount | ns{10,2} | M | The transaction amount in one bill. Integer or up to 2 decimal points numeric value. Min accepted amount : 1.01 |
mpsorderid | an{1..32} | M | Bill / Invoice no. provided by merchant. |
mpsbill_name | a{1..128} | M | Buyer name. (Please do not pass in dummy data if you want to use the saved cards feature, as this info will be used to identify the ownership of the card’s token. If you need to use dummy data, kindly refer to mpsguestcheckout.) |
mpsbill_email | ans{1..128} | M | Buyer email. (Please do not pass in dummy data if you want to use the saved cards feature, as this info will be used to identify the ownership of the card’s token. If you need to use dummy data, kindly refer to mpsguestcheckout.) |
mpsbill_mobile | n{1..128} | M | Buyer mobile contact number. (Please do not pass in dummy data if you want to use the saved cards feature, as this info will be used to identify the ownership of the card’s token. If you need to use dummy data, kindly refer to mpsguestcheckout.) |
mpsbill_desc | an{1..200} | M | Bill / Description provided by merchant / buyer. |
mpscountry | a{2} | O | Buyer country. |
mpsbill_add | an{1..200} | C | Buyer address, mandatory for Buy Now Pay Later channel. |
mpsbill_zip | n{5} | C | Buyer postcode, mandatory for Buy Now Pay Later channel. |
mpsvcode | an{32} | C | This is the data integrity protection hash string provided by merchant. |
mpscurrency | a{3} | M | Payment currency, E.g. MYR, SGD, USD & etc. |
mpslangcode | a{2} | O | Default language, E.g. 'en' for default |
mpsreturnurl | ans{1..200} | O | Used for multiple return URL. All URLs must be registered beforehand with Razer Merchant Services. |
mpsnotifyurl | ans{1..200} | O | Used for multiple notification URL. All URLs must be registered beforehand with Razer Merchant Services. |
mpscallbackurl | ans{1..200} | O | Used for multiple callback URL. All URLs must be registered beforehand with Razer Merchant Services. |
mpstimer | n | O | Duration of payment. Value in minutes. Set 0 to disable this feature, append this to the pre-hashing vcode string if mpstimer is in used |
mpstimerbox | ans | C | Element id or class name to show the timer. Mandatory when timer is enable. E.g. #timercounter, .timercounter |
mpscancelurl | ans{1..200} | C | URL to redirect when the payment is time out. Mandatory when timer is enable. All payment request parameter will be return. Merchant is advice to implement requery at this page. |
mpstokenstatus | n[0/1] | O | To tokenized the transaction. |
mpstcctype | a{4} | O | Available value is SALS = Capture Transaction (Default) |
mpsguestcheckout | n[0/1] | O | Used to indicate that this checkout does not belong to a registered user. Equal to 0 by default and 1 if the merchant does not hold the customer’s bill_name, bill_email or bill_mobile. Saved card payment will disabled if set as 1. |
non_3ds | n[0/1] | O | Available value is 0 = Process Transaction with 3DS (Default), 1 = Process Transaction with Non 3DS |
mpsextra | a{8..65535} | O | Format: NumOfMer#merA : amtA | merB : amtB | merC : amtC (without space) E.g:3#samsung:30.10|doorstep:120.00|senQ:15.99 |
mpsplitinfo | ans | O | Used for “Alipay Split Payment”. Values with pipe ( | ) as data delimiter and comma ( , ) as recipient separator as the format shown below without ‘<’ and ‘>’ :- <Alipay_userID>|<amount>|<currency>|<description>, <Alipay_userID>|<amount>|<currency>|<description> |
mpsinstallmonth | n | C | Total month of installment. Mandatory for installment payment. E.g: 0, 3, 6, 12, 24 |
mpsis_DDA | n{1} | C | Indicator for DirectDebit e-Mandate transaction. Valid values are:- 0 : Normal transaction (default) 1 : DirectDebit enrollment transaction (e-Mandate or DDA) 2 : DirectDebit modification transaction (e-Mandate or DDA) 3 : DirectDebit termination transaction (e-Mandate or DDA) Token upon successful enrollment is expected to be available on next working day, usually after 1000HRS via Callback URL.Please send in the maximum authorized amount for future debit instruction during enrollment via TxnAmount |
mpsbuyerid_number | an{20} | C | Buyer ID number (i.e. NRIC/Passport number) without special character. Please send together with BuyerIDType. Mandatory for DirectDebit e-Mandate (DDA or the enrollment transaction) |
mpsbuyerid_type | n{1} | C | ID identifier type of a buyer (i.e. NRIC/Passport No) or organization. Mandatory for DirectDebit e-Mandate (DDA or the enrollment transaction). Valid values are:- 1 : New IC Number 2 : Old IC Number 3 : Passport Number 4 : Business Registration |
mpscyrptocurrency | a{10} | C | Cyrpto Currency identifier type. Only for Crypto_tripleA channel use. Valid values are:- 1.BINANCE 2.BTC 3.ETH 4.LNBC 5.USDC 6.USDC_TRC20 7.USDT 8.USDT_TRC20 |
mpspayment_expiration_time | a{2} | O | For non-cash payment only. A timestamp (ISO 8601) that determines when the requestURL (payment link) will expire, in UTC. |
Eg. 2023-12-31T23:59:59Z |
No | Code | Description |
---|---|---|
1. | a | Letters, A-Za-z |
2. | n | Numbers, 0-9 |
3. | s | Symbols, .: |
4. | {x} | Fixed length x |
5. | {y..x} | Length range: y – x |
6. | {y,x} | Number range: 0-9. 0-9 |
No | Code | Description |
---|---|---|
1. | M | Mandatory field. |
2. | O | Optional field, value can be empty. |
3. | C | Conditional |
No | Code | Description | Type | Currency |
---|---|---|---|---|
1. | affinonline | Affin Bank(Affin Online) | Online Banking | MYR |
2. | amb | Am Bank (Am Online) | Online Banking | MYR |
3. | bankislam | Bank Islam | Online Banking | MYR |
4. | cimbclicks | CIMB Bank(CIMB Clicks) | Online Banking | MYR |
5. | hlb | Hong Leong Bank(HLB Connect) | Online Banking | MYR |
6. | maybank2u | Maybank(Maybank2u) | Online Banking | MYR |
7. | pbb | PublicBank (PBB Online) | Online Banking | MYR |
8. | rhb | RHB Bank(RHB Now) | Online Banking | MYR |
9. | fpx | MyClear FPX B2C (Maybank2u, CIMB Clicks, HLB Connect, RHB Now, PBB Online, Bank Islam | Online Banking | MYR |
10. | fpx_amb | FPX Am Bank (Am Online) | Online Banking | MYR |
11. | fpx_bimb | FPX Bank Islam | Online Banking | MYR |
12. | fpx_cimbclicks | FPX CIMB Bank(CIMB Clicks) | Online Banking | MYR |
13. | fpx_hlb | FPX Hong Leong Bank(HLB Connect) | Online Banking | MYR |
14. | fpx_mb2u | FPX Maybank(Maybank2u) | Online Banking | MYR |
15. | fpx_pbb | FPX PublicBank (PBB Online) | Online Banking | MYR |
16. | fpx_rhb | FPX RHB Bank(RHB Now) | Online Banking | MYR |
17. | fpx_ocbc | FPX OCBC Bank | Online Banking | MYR |
18. | fpx_scb | FPX Standard Chartered Bank | Online Banking | MYR |
19. | fpx_abb | FPX Affin Bank Berhad | Online Banking | MYR |
20. | fpx_abmb | FPX Alliance Bank (Alliance Online) | Online Banking | MYR |
21. | fpx_uob | FPX United Overseas Bank (UOB) | Online Banking | MYR |
22. | fpx_bsn | FPX Bank Simpanan Nasional (myBSN) | Online Banking | MYR |
23. | fpx_kfh | Kuwait Finance House | Online Banking | MYR |
24. | fpx_bkrm | Bank Kerjasama Rakyat Malaysia | Online Banking | MYR |
25. | fpx_bmmb | Bank Muamalat | Online Banking | MYR |
26. | fpx_hsbc | Hongkong and Shanghai Banking Corporation | Online Banking | MYR |
27. | FPX_B2B | MyClear FPX B2B (Maybank2e, BizChannel@CIMB, RHB Reflex, BizSmart, Bank Islam | Online Banking | MYR |
28. | FPX_B2B_ABB | FPX B2B Affin Bank | Online Banking | MYR |
29. | FPX_B2B_AMB | FPX B2B Ambank Berhad | Online Banking | MYR |
30. | FPX_B2B_BIMB | FPX B2B Bank Islam Malaysia Berhad (BIMB) | Online Banking | MYR |
31. | FPX_B2B_CIMB | FPX B2B BizChannel@CIMB (CIMB) | Online Banking | MYR |
32. | FPX_B2B_HLB | FPX B2B HongLeong Connect | Online Banking | MYR |
33. | FPX_B2B_HSBC | FPX B2B HSBC | Online Banking | MYR |
34. | FPX_B2B_PBB | FPX B2B Public Bank | Online Banking | MYR |
35. | FPX_B2B_RHB | FPX B2B RHB Reflex | Online Banking | MYR |
36. | FPX_B2B_UOB | FPX B2B United Overseas Bank | Online Banking | MYR |
37. | FPX_B2B_KFH | FPX B2B Kuwait Finance House Overseas Bank | Online Banking | MYR |
38. | FPX_B2B_DEUTSCHE | FPX B2B Deutsche Bank | Online Banking | MYR |
39. | FPX_B2B_ABMB | FPX B2B Alliance Bank | Online Banking | MYR |
40. | FPX_B2B_SCB | FPX B2B Standard Chartered Bank | Online Banking | MYR |
41. | FPX_B2B_OCBC | FPX B2B OCBC Bank | Online Banking | MYR |
42. | FPX_B2B_BMMB | FPX B2B Bank Muamalat | Online Banking | MYR |
43. | FPX_M2E | FPX Maybank2e | Online Banking | MYR |
44. | CIMB-VA | CIMB Bank(Virtual Account) | CIMB Clicks / ATM transfer for CIMB customers only | MYR |
45. | cash-711 | 7-Eleven(Razer Cash) | Physical Payment | MYR |
46. | cash-epay | e-pay | Physical Payment | MYR |
47. | WEBCASH | WEBCASH | WEBCASH | MYR |
48. | PEXPLUS | PEx+ | Direct Internet Banking | MYR |
49. | jompay | Razer ATM | Indirect Internet Banking | MYR |
50. | Cash-Esapay | Cash Esapay | Physical Payment | MYR |
51. | credit | Credit Card/ Debit Card | Credit Card | MYR |
52. | mbbezpay | Maybank EZ Pay | Credit Card | MYR |
53. | credit3 | Credit Card/ Debit Card | Multi Currency Credit Card | Multi Currency |
54. | crossborder | Credit Card/ Debit Card | Multi Currency Credit Card | Multi Currency |
55. | paypal | PayPal | Credit Card | Multi Currency |
56. | Point-BCard | Bcard points | Wallet (BCard Loyalty Redemption) | - |
57. | ATMVA | ATM Transfer via Permata Bank | Physical Payment | IDR |
58. | enetsD | eNETS | Online Banking | SGD |
59. | singpost | Cash-SAM | Physical Payment | SGD |
60. | paysbuy | PaysBuy | Indirect Internet Banking and Physical Payment | THB |
61. | TH_PB_SCBPN | Paysbuy SCBPN | Direct Internet Banking | THB |
62. | TH_PB_KTBPN | Paysbuy KTBPN | Direct Internet Banking | THB |
63. | TH_PB_BBLPN | Paysbuy BBLPN | Direct Internet Banking | THB |
64. | TH_PB_BAYPN | Paysbuy BAYPN | Direct Internet Banking | THB |
65. | TH_PB_CASH | Paysbuy CASH | Physical Payment | THB |
66. | dragonpay | Dragonpay | Indirect Internet Banking and Physical Payment | PHP |
67. | polipayment | POLi Payment | Indirect Internet Banking | AUD |
68. | UPOP | China Union pay | Indirect Internet Banking and Physical Payment | MYR, USD, CNY |
69. | alipay | Alipay.com | Third-party Online Payment Platform | CNY |
70. | vtcpay-ewallet | VTC Pay Channels (E-Wallet) | Online Banking | VND, USD |
71. | vtcpay-bank | VTC Pay Channels (Banks) | Online Banking | VND, USD |
72. | vtcpay-credit | VTC Pay Channels (Credit Card) | Online Banking | VND, USD |
73. | vtcpay-ewalletbank | VTC Pay Channels (E-Wallet & Banks) | Online Banking | VND, USD |
74. | vtcpay-ewalletcredit | VTC Pay Channels (E-Wallet & Credit Card) | Online Banking | VND, USD |
75. | vtcpay-bankcredit | VTC Pay Channels (Banks & Credit Card | Online Banking | VND, USD |
76. | vtcpay-vietcombank | VTC Pay Channels (Vietcombank) | Online Banking | VND, USD |
77. | vtcpay-techcombank | VTC Pay Channels (Techcom Bank) | Online Banking | VND, USD |
78. | vtcpay-mb | VTC Pay Channels (MB) | Online Banking | VND, USD |
79. | vtcpay-vietinbank | VTC Pay Channels (Vietin Bank) | Online Banking | VND, USD |
80. | vtcpay-agribank | VTC Pay Channels (Agribank) | Online Banking | VND, USD |
81. | vtcpay-dongabank | VTC Pay Channels (Dong A Bank) | Online Banking | VND, USD |
82. | vtcpay-oceanbank | VTC Pay Channels (Ocean Bank) | Online Banking | VND, USD |
83. | vtcpay-bidv | VTC Pay Channels (BIDV) | Online Banking | VND, USD |
84. | vtcpay-shb | VTC Pay Channels (SHB) | Online Banking | VND, USD |
85. | vtcpay-vib | VTC Pay Channels (VIB) | Online Banking | VND, USD |
86. | vtcpay-maritimebank | VTC Pay Channels (Maritime Bank) | Online Banking | VND, USD |
87. | vtcpay-eximbank | VTC Pay Channels (Eximbank) | Online Banking | VND, USD |
88. | vtcpay-acb | VTC Pay Channels (ACB) | Online Banking | VND, USD |
89. | vtcpay-hdbank | VTC Pay Channels (HD Bank) | Online Banking | VND, USD |
90. | vtcpay-namabank | VTC Pay Channels (Nam A Bank) | Online Banking | VND, USD |
91. | vtcpay-saigonbank | VTC Pay Channels (Saigon Bank) | Online Banking | VND, USD |
92. | vtcpay-sacombank | VTC Pay Channels (Sacombank) | Online Banking | VND, USD |
93. | vtcpay-vietabank | VTC Pay Channels (Viet A Bank) | Online Banking | VND, USD |
94. | vtcpay-vpbank | VTC Pay Channels (VP Bank) | Online Banking | VND, USD |
95. | vtcpay-tienphongbank | VTC Pay Channels (TP Bank) | Online Banking | VND, USD |
96. | vtcpay-seaabank | VTC Pay Channels (Sea Bank) | Online Banking | VND, USD |
97. | vtcpay-pgbank | VTC Pay Channels (PG Bank) | Online Banking | VND, USD |
98. | vtcpay-navibank | VTC Pay Channels (Navi Bank) | Online Banking | VND, USD |
99. | vtcpay-gpbank | VTC Pay Channels (GP Bank) | Online Banking | VND, USD |
100. | vtcpay-bacabank | VTC Pay Channels (Bac A Bank) | Online Banking | VND, USD |
101. | vtcpay-phuongdong | VTC Pay Channels (Local Bank) | Online Banking | VND, USD |
102. | vtcpay-abbank | VTC Pay Channels (AB Bank) | Online Banking | VND, USD |
103. | vtcpay-lienvietpostbank | VTC Pay Channels (Lienviet Bank) | Online Banking | VND, USD |
104. | vtcpay-bvb | VTC Pay Channels (Baoviet Bank) | Online Banking | VND, USD |
105. | NGANLUONG | NGANLUONG | Indirect Internet Banking and Physical Payment | VND, USD |
106. | NL_VCB_ATM | Bank for Foreign Trade of Vietnam (Vietcombank) | ATM Online | VND, USD |
107. | NL_VCB_IB | Bank for Foreign Trade of Vietnam (Vietcombank) | Internet Banking | VND, USD |
108. | NL_DAB_ATM | DongA JSC Bank (DongA Bank) | ATM Online | VND, USD |
109. | NL_DAB_IB | DongA JSC Bank (DongA Bank) | Internet Banking | VND, USD |
110. | NL_TCB_ATM | The Vietnam Technological and Commercial JSC Bank (Techcombank) | ATM Online | VND, USD |
111. | NL_TCB_IB | The Vietnam Technological and Commercial JSC Bank (Techcombank) | Internet Banking | VND, USD |
112. | NL_MB_ATM | Military JSC Bank (MB) | ATM Online | VND, USD |
113. | NL_VIB_ATM | Vietnam International Bank (VIB) | ATM Online | VND, USD |
114. | NL_ICB_ATM | Vietnam Joint Stock Commercial Bank for Industry and Trade (VietinBank) | ATM Online | VND, USD |
115. | NL_EXB_ATM | Vietnam Export Import Commercial Joint Stock Bank (Eximbank) | ATM Online | VND, USD |
116. | NL_ACB_ATM | Asia Commercial Bank (ACB) | ATM Online | VND, USD |
117. | NL_HDB_ATM | HoChiMinh City Development Joint Stock Commercial Bank (HDBank) | ATM Online | VND, USD |
118. | NL_MSB_ATM | Vietnam Maritime Commercial Joint Stock Bank (MaritimeBank) | ATM Online | VND, USD |
119. | NL_NVB_ATM | Nam Viet Bank (NaviBank) | ATM Online | VND, USD |
120. | NL_VAB_ATM | Vietnam Asia Commercial Joint Stock Bank (VietA Bank) | ATM Online | VND, USD |
121. | NL_VPB_ATM | Vietnam Prosperity Bank (VPBank) | ATM Online | VND, USD |
122. | NL_SCB_ATM | Saigon Thuong Tin Commercial Joint Stock Bank (Sacombank) | ATM Online | VND, USD |
123. | NL_GPB_ATM | Global Petro Commercial Joint Stock Bank (GPBank) | ATM Online | VND, USD |
124. | NL_AGB_ATM | Vietnam Bank For Agriculture and Rural Development (Agribank) | ATM Online | VND, USD |
125. | NL_BIDV_ATM | Bank for Investment & Dof Vietnam (BIDV) | ATM Online | VND, USD |
126. | NL_BIDV_IB | Bank for Investment & Dof Vietnam (BIDV) | Internet Banking | VND, USD |
127. | NL_OJB_ATM | Ocean Commercial One Member Limited Liability Bank (OceanBank) | ATM Online | VND, USD |
128. | NL_PGB_ATM | Petrolimex Group Commercial Joint Stock Bank (PGBank) | ATM Online | VND, USD |
129. | NL_SHB_ATM | Saigon Hanoi Commercial Joint Stock Bank (SHB) | ATM Online | VND, USD |
130. | NL_TPB_ATM | Tien Phong Commercial Joint Stock Bank (TienPhongBank) | ATM Online | VND, USD |
131. | NL_NAB_ATM | Nam A commercial joint stock bank (NamABank) | ATM Online | VND, USD |
132. | NL_SGB_ATM | Sai Gon Bank for Industry and Trade (Saigon Bank) | ATM Online | VND, USD |
133. | Artajasa | ATM Transfer via ATM Bersama | Physical Payment | IDR |
134. | credit5 | Credit Card/ Debit Card | Credit Card | MYR |
135. | BAY_IB_U | Bank of Ayudhya (Krungsri) | Online Banking | THB |
136. | creditO | Credit Card / Debit Card | Multi Currency Credit Card | AUD, CNY, SGD, THB, USD, MYR |
137. | BOOST | e-Wallet | e-Wallet | MYR |
138. | AXS | AXS Kiosk | Physical Payment | SGD |
139. | KTB_IB | Krung Thai Bank | Online Banking | THB |
140. | KTB_IB_U | Krung Thai Bank | Online Banking (Fee on user) | THB |
141. | BBL_IB | Bangkok Bank | Online Banking | THB |
142. | BBL_IB_U | Bangkok Bank | Online Banking (Fee on user) | THB |
143. | KBANK_PayPlus | Kasikornbank | Online Banking (Fee on user) | THB |
144. | WeChatPay | WeChat Pay | e-Wallet | CNY |
145. | MB2U_QRPay-Push | Maybank QRPay | e-Wallet | MYR |
146. | Alipay-preAuth | Alipay Pre-auth | e-Wallet | MYR |
147. | GrabPay | GrabPay | e-Wallet | MYR |
148. | TNG-EWALLET | Touch 'N Go | e-Wallet | MYR |
149. | ESUN_Cash711 | ESUN Cash-711 | Physical Payment | TWD |
150. | ESUN_CashFamilyMart | ESUN Cash FamilyMart | Physical Payment | TWD |
151. | ESUN_ATM | ESUN ATM | Virtual Account | TWD |
152. | ESUN_CashHiLife | ESUN Cash Hi-Life | Physical Payment | TWD |
153. | Cash-TH | Big Central & Tesco Lotus | Physical Payment | THB |
154. | FPX_B2B_ABBM | FPX B2B AffinMax | Online Banking | MYR |
155. | FPX_B2B_CITIBANK | FPX B2B CITIBANK | Online Banking | MYR |
156. | FPX_B2B_BKRM | FPX B2B i-bizRAKYAT | Online Banking | MYR |
157. | FPX_B2B_PBBE | FPX B2B Public Bank Enterprise | Online Banking | MYR |
158. | FPX_B2B_UOBR | FPX B2B UOB Regional | Online Banking | MYR |
159. | FPX_AGROBANK | FPX AGROBANK | Online Banking | MYR |
160. | FPX_B2B_AGROBANK | FPX B2B AGROBANK | Online Banking | MYR |
161. | ShopeePay | ShopeePay | e-Wallet | MYR |
162. | Rely-PW | Rely | Buy Now Pay Later | MYR, SGD |
163. | enetsD_DBS | eNETS Debit DBS Bank | Online Banking | SGD |
164. | enetsD_UOB | eNETS Debit United Oversea Bank | Online Banking | SGD |
165. | enetsD_OCBC | eNETS Debit OCBC Bank | Online Banking | SGD |
166. | enetsD_SCB | eNETS Debit SCB Bank | Online Banking | SGD |
167. | PN_BT_BPI | Bank of the Philippine Islands Via Paynamics | Online Banking | PHP |
168. | PN_BT_UBP | Union Bank of the Philippines Via Paynamics | Online Banking | PHP |
169. | PN_GCASH | GCash Via Paynamics | e-Wallet | PHP |
170. | PN_COINS | Coins PH Philippines Via Paynamics | e-Wallet | PHP |
171. | PN_GRABPAY | GrabPay Philippines Via Paynamics | e-Wallet | PHP |
172. | Crypto_tripleA | Crypto_tripleA | e-Wallet | AWG, AUD, BSD, BHD, BBD, BYR, BZD, BRL, BIF, CAD, KYD, CNY, HRK, CZK, DKK, DOP, XCD, EUR, GYD, HKD, HUF, INR, ILS, JMD, JPY, KWD, LTL, MYR, MXN, ANG, NZD, NOK, OMR, PLN, GBP, RON, RUB, SAR, RSD, SGD, ZAR, KRW, SRD, SEK, CHF, TWD, TTD, THB, TRY, AED, USD |
173. | credit18 | Credit Card/ Debit Card | Credit | MYR |
174. | PayNow | PayNow QR | Online Banking / e-Wallet | SGD |
175. | RPP_DuitNowQR | DuitNow QR | Online Banking / e-Wallet | MYR |
176. | AlipayPlus | Alipay+ | e-Wallet | MYR |
177. | LinePay | LinePay | e-Wallet | THB |
178. | creditAN | Credit Card/ Debit Card | Credit | MYR, SGD |
179. | GCash | GCash | e-Wallet | PHP |
180. | Atome | Atome | Buy Now Pay Later | MYR, SGD, THB, PHP |
181. | FPX_EMANDATE_ABB | FPX e-Mandate | DirectDebit e-Mandate | MYR |
182. | pace | pace | Buy Now Pay Later | MYR, SGD |
183. | creditAI | Credit Card/ Debit Card | Credit | Multi Currency |
184. | 9PAY_EWALLET | 9PAY | e-Wallet | VND |
185. | 9PAY_DEBITCARD | Debit Card via 9PAY | ATM Online | VND |
186. | 9PAY_BANKTRANSFER | Bank Transfer via 9PAY | Online Banking | VND |
187. | PayMaya-eWallet | Maya | e-Wallet | PHP |
188. | - TBA - | |||
189. | DP_AUB | AUB Online/Cash Payment | Over the counter | PHP |
190. | DP_BAYD | Bayad Center via dpc | Over the counter | PHP |
191. | DP_BDO | BDO Internet Banking | Internet Banking | PHP |
192. | DP_BDOA | Banco de Oro ATM | Over the counter | PHP |
193. | DP_BDOX | Banco de Oro Cash Payment | Over the counter | PHP |
194. | DP_BDRX | BDO Cash Deposit | Over the counter | PHP |
195. | DP_BITC | Bitcoin via dpc | eWallet | PHP |
196. | DP_BNRX | BDO Network Bank (formerly ONB) Cash Dep | Over the counter | PHP |
197. | DP_BOC | Bank of Commerce Online | Internet Banking | PHP |
198. | DP_BOL | Bancnet Online via dpc | Internet Banking | PHP |
199. | DP_BPIA | BPI Online | Internet Banking | PHP |
200. | DP_BPXB | BPI Cash Payment | Over the counter | PHP |
201. | DP_CBCB | Chinabank Online Bills Payment | Internet Banking | PHP |
202. | DP_CC | Credit Card via dpc | Credit Card | PHP |
203. | DP_CEBL | Cebuana Lhuillier Bills Payment | Over the counter | PHP |
204. | DP_CUP | CUnionPay via dpc | Internet Banking | PHP |
205. | DP_CVM | CVM PAWNSHOP | Over the counter | PHP |
206. | DP_DPAY | dpc Prepaid | Over the counter | PHP |
207. | DP_ECPY | CVM PAWNSHOP | Over the counter | PHP |
208. | DP_CVM | ECPay | Over the counter | PHP |
209. | DP_EWXB | EastWest Online/Cash Payment | Over the counter | PHP |
210. | DP_GCSH | Globe GCash via dpc | Over the counter | PHP |
211. | DP_I2I | i2i Rural Banks | Over the counter | PHP |
212. | DP_LBC | LBC via dpc | Over the counter | PHP |
213. | DP_LBPA | Landbank ATM Online | Internet Banking | PHP |
214. | DP_LBXB | Landbank Cash Payment | Over the counter | PHP |
214. | DP_MAYB | Maybank Online Banking | Internet Banking | PHP |
214. | DP_MBTC | Metrobank Online Banking | Internet Banking | PHP |
214. | DP_MBXB | Metrobank Cash Payment | Over the counter | PHP |
214. | DP_MLH | M Lhuiller | Over the counter | PHP |
214. | DP_PLWN | Palawan Pawnshop | Over the counter | PHP |
215. | DP_PNBB | PNB Internet Banking Bills Payment | Over the counter | PHP |
216. | DP_PNXB | PNB Cash Payment | Over the counter | PHP |
217. | DP_POSB | POSIBLE.NET | Over the counter | PHP |
218. | DP_PRHB | PERAHUB | Over the counter | PHP |
219. | DP_PSB | PSBank Online | Internet Banking | PHP |
220. | DP_PYPL | Paypal via dpc | eWallet | PHP |
221. | DP_RCBC | RCBC Online Banking | Internet Banking | PHP |
222. | DP_RCXB | RCBC Cash Payment / ATM Bills Payment | Over the counter | PHP |
223. | DP_RDP | RD Pawnshop | Over the counter | PHP |
224. | DP_RDS | Robinsons Dept Store | Over the counter | PHP |
225. | DP_RLNT | RuralNet Banks and Coops | Over the counter | PHP |
226. | DP_RSB | RobinsonsBank Online Bills Payment | Internet Banking | PHP |
227. | DP_RSBB | RobinsonsBank Cash Payment | Internet Banking | PHP |
228. | DP_SBCB | Security Bank Cash Payment | Over the counter | PHP |
229. | DP_SMR | SM Retail | Over the counter | PHP |
230. | DP_UBPB | Unionbank Internet Banking | Internet Banking | PHP |
231. | DP_UBXB | Unionbank Cash Payment | Over the counter | PHP |
232. | DP_UCPB | UCPB Connect/Mobile | Internet Banking | PHP |
233. | DP_UCXB | UCPB ATM/Cash Payment | Over the counter | PHP |
234. | DP_USSC | USSC | Over the counter | PHP |
235. | DP_711 | 7-11 via dpc | Over the counter | PHP |
236. | DK_PERMATA_VA | DOKU Permata Virtual Account (VA) | Over the counter | IDR |
237. | DK_ALFA | DOKU Alfa Virtual Account (VA) | Over the counter | IDR |
238. | DK_Indomaret | DOKU Indomaret Virtual Account (VA) | Over the counter | IDR |
239. | DK_Danamon_VA | DOKU Danamon Virtual Account (VA) | Over the counter | IDR |
240. | DK_Mandiri_VA | DOKU Mandiri Virtual Account (VA) | Over the counter | IDR |
241. | DK_CIMBNiaga_VA | DOKU CIMB Niaga Virtual Account (VA) | Over the counter | IDR |
242. | DK_BCA_VA | DOKU BCA Virtual Account (VA) | Over the counter | IDR |
243. | DK_BRI_VA | DOKU BRI Virtual Account (VA) | Over the counter | IDR |
244. | DK_BNI_VA | DOKU BNI Virtual Account (VA) | Over the counter | IDR |
245. | DK_Maybank_VA | DOKU Maybank Virtual Account (VA) | Over the counter | IDR |
246. | DK_Artajasa_VA | DOKU Artajasa Virtual Account (VA) | Over the counter | IDR |
247. | BPI | BPI IB | Internet Banking | PHP |
248. | creditAG | PayMaya Credit Card/ Debit Card | Credit | PHP |
249. | PN_GrabPay | GrabPay PH | e-Wallet | PHP |
250. | PNCO | PayNet CheckOut | Online Banking | MYR |
251. | UPAY | UPAY | Internet Banking | PHP |
252. | UPAY_UBO | UnionBank Online (UPay) | Internet Banking | PHP |
253. | UPAY_PCHC | PesoNet (UPay) | Internet Banking | PHP |
254. | UPAY_INSTA | Instapay (UPay) | Internet Banking | PHP |
255. | PNCO_ABB | PayNet CheckOut - Affin Bank | Online Banking | MYR |
256. | PNCO_ABMB | PayNet CheckOut - Alliance Bank | Online Banking | MYR |
257. | PNCO_AGROBANK | PayNet CheckOut - Agrobank | Online Banking | MYR |
258. | PNCO_AMB | PayNet CheckOut - AmBank | Online Banking | MYR |
259. | PNCO_CIMBCLICKS | PayNet CheckOut - CIMB Bank | Online Banking | MYR |
260. | PNCO_BIMB | PayNet CheckOut - Bank Islam | Online Banking | MYR |
261. | PNCO_BKRM | PayNet CheckOut - Bank Rakyat | Online Banking | MYR |
262. | PNCO_BMMB | PayNet CheckOut - Bank Muamalat | Online Banking | MYR |
263. | PNCO_BSN | PayNet CheckOut - Bank Simpanan Nasional | Online Banking | MYR |
264. | PNCO_HLB | PayNet CheckOut - Hong Leong | Online Banking | MYR |
265. | PNCO_HSBC | PayNet CheckOut - HSBC Bank | Online Banking | MYR |
266. | PNCO_KFH | PayNet CheckOut - Kuwait Finance House | Online Banking | MYR |
267. | PNCO_MB2U | PayNet CheckOut - Maybank | Online Banking | MYR |
268. | PNCO_OCBC | PayNet CheckOut - OCBC | Online Banking | MYR |
269. | PNCO_PBB | PayNet CheckOut - Public Bank | Online Banking | MYR |
270. | PNCO_RHB | PayNet CheckOut - RHB Bank | Online Banking | MYR |
271. | PNCO_SCB | PayNet CheckOut - Standard Chartered | Online Banking | MYR |
272. | PNCO_UOB | PayNet CheckOut - United Overseas Bank | Online Banking | MYR |
273. | PNCO_BOCM | PayNet CheckOut - Bank Of China | Online Banking | MYR |
274. | PNCO_MBSB | PayNet CheckOut - MBSB Bank | Online Banking | MYR |
For one item can use below format:
<Product Category>
||<Product Name>
||<Total Amount>
Example:
Clothes||baby's clothes||TWD200
For more than one items may use format below:
<Product Category>
|| <Product Name>
; <Product Name>
|| <Total Amount>
Example:
Appliances||HITACHI Refrigerator;SAMSUNG TV||TWD16000
Appliances||HITACHI Refrigerator;SAMSUNG TV;Sharp Blender||TWD18000
Options for individual Razer Merchant Services seamless can alternatively be specified through the use of data attributes, as explained above.
- All return parameters are same as described in Razer Merchant Services API for merchant.
- Merchant can use the same return URL script for this seamless integration.
- Once payment done, existing page will be replaced by the merchant return URL.
For more details. Click on this link to find our more on how to enable Apple Pay with us.
Merchant Technical Support / Customer Care : [email protected]
Sales/Reseller Enquiry : [email protected]
Marketing Campaign : [email protected]
Channel/Partner Enquiry : [email protected]
Media Contact : [email protected]
R&D and Tech-related Suggestion : [email protected]
Abuse Reporting : [email protected]