-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5935765
commit 49778ed
Showing
1 changed file
with
14 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
# rms_mobile_xdk_flutter_beta | ||
|
||
This is the beta but functional Razer Merchant Services Flutter payment module that is ready to be implemented into any Flutter project. An example application project is provided for MOLPayXDK framework integration reference. | ||
This is the beta but functional Razer Merchant Services Flutter payment module that is ready to be implemented into any Flutter project. An example application project is provided for Razer Merchant Services XDK framework integration reference. | ||
|
||
## Recommended configurations | ||
|
||
|
@@ -68,7 +68,7 @@ Parameter and meaning: | |
"paydate" - The transaction date | ||
"order_id" - The transaction order id | ||
"channel" - The transaction channel description | ||
"txn_ID" - The transaction id generated by MOLPay | ||
"txn_ID" - The transaction id generated by Razer Merchant Services | ||
* Notes: You may ignore other parameters and values not stated above | ||
|
@@ -80,10 +80,10 @@ Parameter and meaning: | |
Parameter and meaning: | ||
"Communication Error" - Error starting a payment process due to several possible reasons, please contact MOLPay support should the error persists. | ||
"Communication Error" - Error starting a payment process due to several possible reasons, please contact Razer Merchant Services support should the error persists. | ||
1) Internet not available | ||
2) API credentials (username, password, merchant id, verify key) | ||
3) MOLPay server offline. | ||
3) Razer Merchant Services server offline. | ||
``` | ||
|
||
## Prepare the Payment detail object | ||
|
@@ -93,7 +93,7 @@ var paymentDetails = { | |
// Optional, REQUIRED when use online Sandbox environment and account credentials. | ||
'mp_dev_mode': false, | ||
// Mandatory String. Values obtained from MOLPay. | ||
// Mandatory String. Values obtained from Razer Merchant Services. | ||
'mp_username' : 'username', | ||
'mp_password' : 'password', | ||
'mp_merchant_ID' : 'merchantid', | ||
|
@@ -114,19 +114,6 @@ var paymentDetails = { | |
'mp_bill_mobile' : '', | ||
'mp_channel_editing' : false, // Option to allow channel selection. | ||
'mp_editing_enabled' : false, // Option to allow billing information editing. | ||
// Optional, but required payment values. User input will be required when values not passed. | ||
'mp_channel' : 'multi', // Use 'multi' for all available channels option. For individual channel seletion, please refer to https://github.com/MOLPay/molpay-mobile-xdk-examples/blob/master/channel_list.tsv. | ||
'mp_bill_description' : 'billdesc', | ||
'mp_bill_name' : 'billname', | ||
'mp_bill_email' : '[email protected]', | ||
'mp_bill_mobile' : '+1234567', | ||
// Optional, allow channel selection. | ||
'mp_channel_editing' : false, | ||
// Optional, allow billing information editing. | ||
'mp_editing_enabled' : false, | ||
// Optional, for Escrow. | ||
'mp_is_escrow': '0', // Put "1" to enable escrow | ||
|
@@ -152,7 +139,7 @@ var paymentDetails = { | |
// Optional, credit card transaction type, set "AUTH" to authorize the transaction. | ||
'mp_tcctype': '', | ||
// Optional, required valid credit card channel, set true to process this transaction through the recurring api, please refer the MOLPay Recurring API pdf. | ||
// Optional, required valid credit card channel, set true to process this transaction through the recurring api, please refer the Razer Merchant Services Recurring API pdf. | ||
'mp_is_recurring': false, | ||
// Optional, show nominated channels. | ||
|
@@ -227,12 +214,12 @@ print("Result" + result); | |
|
||
## Support | ||
|
||
Submit issue to this repository or email to our support@molpay.com | ||
Submit issue to this repository or email to our support-sa@razer.com | ||
|
||
Merchant Technical Support / Customer Care : support@molpay.com <br> | ||
Sales/Reseller Enquiry : sales@molpay.com <br> | ||
Marketing Campaign : marketing@molpay.com <br> | ||
Channel/Partner Enquiry : channel@molpay.com <br> | ||
Media Contact : media@molpay.com <br> | ||
R&D and Tech-related Suggestion : technical@molpay.com <br> | ||
Abuse Reporting : abuse@molpay.com | ||
Merchant Technical Support / Customer Care : support-sa@razer.com<br> | ||
Sales/Reseller Enquiry : sales-sa@razer.com<br> | ||
Marketing Campaign : marketing-sa@razer.com<br> | ||
Channel/Partner Enquiry : channel-sa@razer.com<br> | ||
Media Contact : media-sa@razer.com<br> | ||
R&D and Tech-related Suggestion : technical-sa@razer.com<br> | ||
Abuse Reporting : abuse-sa@razer.com |