For setting up the Moneris developer account, please follow the below steps:
- Go to https://esqa.moneris.com/mpg/index.php
Log in using the credentials shown in the page - From the dashboard, go to Admin -> Hosted Paypage Config and click on Generate a New Configuration button . Please note that there are configurations of other developers/users listed
below the button, do not edit or delete those configurations. - After clicking on Generate a New Configuration button, you will get a ps_store_id and hpp_key for your developer account and a warning message like below:
This configuration is currently flagged as temporary and will be deleted in 15 minutes.
To confirm this configuration please click 'Save Changes' below.
ps_store_id: BBMQCtore3
hpp_key: hp2MAP$JFRUS
Then under Basic Configurations enter a description about your account or website. - Then select a transaction type. By default, it will be 'Purchase'.
- Select the Payment Methods you need. For example, Credit cards, Gift cards etc.
NOTE: Different payment types require extra coding to handle the transaction response and create a receipt. - Then select the Response method and enter Approved URL and Declined URL. After a successful transaction the Moneris payment gateway will redirect to the Approved URL you have specified and if the transaction is declined, it will redirect to the Declined URL.
Then save the changes, now your developer account is ready.
For integrating your Moneris payment gateway account with ODOO you can use the following details:Response Method: Sent to your server as a POSTApproval URL: https://SITEURLHERE/payment/moneris/dpn
Declined URL: https://SITEURLHERE/payment/moneris/cancelUse "Enhanced Cancel" Enabled
Use "Response Fallback" DisabledUnder Configure Response Fields, ECI and txn_number Enabled.Under security features, Transaction Verification Enabled, and set to be displayed as key/value pairs on moneris's server.
The ODOO-Moneris integration module is available at https://github.com/willxinc/odoo-payment_moneris
0 comments:
Post a Comment