Send us an inquiry with the required systems and questions that we may not have covered in the FAQs. We will respond with the quote including all cost of implementation, and annual fee.
After we’ve got a confirmation email, we will send you the payment link and plase initiate the payment process.
Once payment verified, the licenses are create automatically. After that, we can do the mapping and configurations.
Installation, configuration, and testing are done by MECX-TECH implementation specialist together with your IT department.
Remote traning will be provided for end users, front office.
We’re using integrated gateways obtain PCI DSS compliance, which means they’re in charge of storing, securing, and conducting initial verification for each transaction. Please find more information as followed.
[Guest]
1. Guest makes a reservation through CloudBeds booking engine.
2. CloudBeds booking engine redirects to payment page automatically.
3. Guest receives a pending payment reservation email that includes with the payment link.
4. Guest completes their payment and the payment is recorded in the reservation folio.
[Front Office]
1. FO receives an email notification of a new pending payment reservation from CloudBeds.
2. The reservation will be “confirmed” automatically after payment has been made.
3. The payment will be recorded in the reservation folio and the balance will be 0 (zero).
4. The reservation will be “cancelled” automatically after payment is pending for 24 hours.
Click on this [link] for more information and video about the payment gateway process.
We’re required “Merchant ID” and “Secret Key” to put in our system. All of your keys has been given from SCB dashboard backend.
Once you are ready to move forward with implementation, Our Customer Services team will perform initial installation together with hotel’s IT team or any other person in charge of IT systems.
Procedure for connecting hotel interface for the first time:
To go live, you need to configure CloudBeds settings as followed details.
2. Setup “Payment Options” – disable “Credit Card” in “Booking Engine” and “Visa” will be allowed in “Dashboard” and “Booking Engine”
3. Setup “Payment Options” – enable “Bank Transfer” in “Booking Engine”
4. Setup “Payment Options” – disable “PayPal” in “Booking Engine”
5. Setup “Customize the Booking Engine”: insert “Gallery Design” and “JavaScript Code” value provided by MECX-TECH
Example: [Gallery Design]
<style>
label[for=ebanking] > a {font-size: 0;}
label[for=ebanking] > a:after {content: 'VISA / MASTER'; font-size: 14px;}
div.payment_method div.creditcard_info.choose_bank div.row.ebanking-default-instruction div { font-size: 0; }
div.payment_method div.creditcard_info.choose_bank div.row.ebanking-default-instruction div:after {
content: 'The payments made are safe and secure, in compliance to PCI DSS. Click on PAY NOW, submitting for confirmation then make a payment';
font-size: 13px;
}
div.confirmation div.row div.col-md-5.col-sm-12.col-xs-12 button { font-size: 0 !important; }
div.confirmation div.row div.col-md-5.col-sm-12.col-xs-12 button:before {
content: 'PAY NOW';
font-size: 14px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
Example: [JavaScript Code]
<script>
function payment(){
let reserve_number = '';
let reserve_numbers = document.getElementsByClassName('reserve_number');
if(reserve_numbers.length > 0) {
for (let i = 0; i < reserve_numbers.length; i++) {
let reserve = reserve_numbers[i];
reserve_number = reserve.innerHTML;
break;
}
window.location.href = 'https://mecx-tech.com/propertyID/rsvn/?reservation=' + reserve_number;
} else {
console.log('reservation number could not be detected');
}
}
setTimeout("payment();", 200);
</script>
6. Setup “Email Template”: Edit “Pending Confirmation” email template to include the payment link.
7. Setup “Email Template”: checked on “Autofill All Languages” incase that you want to change all at once.
8. Setup “Email Template”: Insert the payment link that provided by MECX-TECH.
Example: [Email Template]
Payment Link for: [conf number]
https://mecx-tech.com/propertyID/rsvn/?reservation=[conf number]
To disconnect interface, it is necessary to follow standard procedure of disconnecting app in Cloudbeds PMS.
Click on this [here link] for more information about the disconnection process.
We provides remote support to hotels using various remote connection tools. To contact MECX-TECH Customer Services Team send an email to [[email protected]].
MECX-TECH does not store any credit card details and only transfers data to the payment gateway, which is made safe and secure, in compliance to PCI DSS.
MECX-TECH offers an annual software license that includes remote technical support and upgrades with the latest issued identity documents.
We support only the payment methods referred by SCB. Please contact us if you need more details.
Customer support is provided from our regional offices in Thailand (GMT+7), usually by remote tools such as TeamViewer, AnyDesk, or similar.