An open API service indexing awesome lists of open source software.

https://github.com/razerms/sdk-razerms_csharp

Razer Merchant Services payment SDK for C#
https://github.com/razerms/sdk-razerms_csharp

csharp dotnet payment payments razerms sdk

Last synced: 5 months ago
JSON representation

Razer Merchant Services payment SDK for C#

Awesome Lists containing this project

README

          

## [Mobile SDK] – RazerMS CSharp

## Introduction

### Notes/ Prerequisite
1. Visual Studio 2012 or above.
2. MOLPay Development or Production ID.
3. MOLPay General API.

### Installation Guidance
[Installation](https://github.com/RazerMS/CSharp-SDK/wiki/Installation-Guidance)

FAQ
----------
**1. Exception of type 'System.IO.FileLoadException' occurred**
1. Simply right-click the "References" folder and select "Manage NuGet Packages...".
2. Select the Browse tab.
3. In the search bar in the upper left type "Newtonsoft.Jason".
4. Click "Install" and you're done.

**OR**
1. Remove Newtonsoft.Jason on reference.

**2. If payment keep loading wont proceed**

If you are using c# webform **(aspx.cs file)** to set the value of Seamless Intergration, please make sure empty your **aspx** file except the first line of the file. For example:
``
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Seamless.aspx.cs" Inherits="MolPayUI.Seamless_function" %>
``

Changelog
----------
1. 2018-04-18 - v1.0.0 - Initial Release
2. 2018-04-24 - v1.1.0 - Add 5 requery method
3. 2018-04-26 - v1.2.0 - Add seamless integration, add a UI file inside seamlessintegration.zip
4. 2018-07-30 - v1.2.1 - Fix invalid production URL for certain function. `Payment Endpoin Integration`, Rename `Vkey` to `SecretKey`

## Contribution

You can contribute to this plugin by sending the pull request to this repository.

## Resources

- GitHub: https://github.com/RazerMS
- Website: https://merchant.razer.com/
- Twitter: https://twitter.com/Razer_MS
- YouTube: https://www.youtube.com/c/RazerMerchantServices
- Facebook: https://www.facebook.com/RazerMerchantServices/
- Instagram: https://www.instagram.com/RazerMerchantServices/

## Issues

Submit issue to this repository or email to our support-sa@razer.com

Contact Support
-------

Merchant Technical Support / Customer Care : support-sa@razer.com

Marketing Campaign : marketing-sa@razer.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

Disclaimer
----------
Any amendment by your end is at your own risk.