!!! You shouldn't use this page directly in your life environment because of your private key is accessible within source code

* Merchant (You can achieve this value from Payguru Support Team) :
* Service (You can achieve this value from Payguru Support Team) :
* Order (Your order code for matching at your side after our success/failure redirection or notifications) :
* Product (Product/service name to be shown to user at payguru common payment page ) :
* Price (Product/service fee, must be in the format, "0.00" with a dot in place of a decimal) :
* Success Url (Your success url that customer will be redirected after successful payment) :
* Failure Url (Your failure url that customer will be redirected after unsuccessful payment) :
User ID (Current User ID in the payment process at your side) :
Private Key (You can achieve this value from Payguru, this value will be added to end of key production)
!!! Don't post this parameter in live environment, it's just for javascript md5 calculation in this demo page.
:
* Key (You will calculate this value dynamically according to your current parameters inside this form)
key =md5(merchant+service+category+order+product+price+successUrl+failureUrl+private_key);
:

All fields marked with an asterisk (*) are required.