Skip to content

Razer Merchant Services Seamless Integration v3.28 (PCI)

Tan Khee Chieng edited this page Sep 5, 2022 · 1 revision

Seamless Integration

Important

Please refer to the non-PCI version for integration guide, except for the only differences on the javascript library file name, and extra parameters for card details which shall be passed to RazerMS from merchant website in case you are using the PCI compliant version.

Getting started

Register your domain by email to our support : support-sa@razer.com

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/RazerMS_seamless.pci.deco.js"></script>

Options

Name Data Type (size) M/O/C Description
mpscardnumber n{16} C 16 digit credit/debit/prepaid card number.
mpscvv n{3} C 3 digit credit/debit/prepaid card CVV (a card verification value, also known as CVV2, is the three-digit code on the back of cards).
mpsmonth n{01,12} C 2 digit credit/debit/prepaid card expiry month.
mpsyear n{2} C 2 digit credit/debit/prepaid card expiry year (support up to 50 years from current year to the future).

Appendix A: Data Type Details

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

Appendix B: M/O/C Details

No Code Description
1. M Mandatory field.
2. O Optional field, value can be empty.
3. C Conditional

Support

Merchant Technical Support / Customer Care : support-sa@razer.com
Sales/Reseller Enquiry : sales-sa@razer.com
Marketing Campaign : marketing-sa@razeer.com
Channel/Partner Enquiry : channel-sa@razer.com
Media Contact : media-sa@razer.com
R&D and Tech-related Suggestion : technical-sa@razer.com
Abuse Reporting : abuse-sa@razer.com

Clone this wiki locally