dagpay / dagpay-opencart
Dagpay gateway for Opencart
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:opencart-plugin
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2024-10-26 00:06:32 UTC
README
Accept dagcoin payments on your OpenCart store
Dagpay helps you to accept lightning fast dagcoin payments directly from your eCommerce store. Start accepting Dagpay payments for your business today and say goodbye to the slow transactions times, fraudulent chargebacks and to the enormous transaction fees.
Key features of Dagpay
- Checkout with Dagpay and accept dagcoin payments on your OpenCart store;
- Prices in your local currency, let customers pay with dagcoin;
- Wallet to wallet transactions - Dagpay does not have access to your dagcoins and/or your private keys. Your funds move safely directly to your provided DagWallet address;
- Overview of all your dagcoin payments in the Dagpay merchant dashboard at https://dagpay.io/
Installation
- Download the OpenCart extension .zip file
- Open Installer in Extensions main menu tab;
- Select the downloaded extension .zip file.
Setup & Configuration
After installing and activating the Dagpay extension in your OpenCart Admin Panel, complete the setup according to the following instructions:
- Log in to your Dagpay account and head over to Merchant Tools > Integrations and click ADD INTEGRATION.
- Add your environment Name, Description and choose your Wallet for receiving payments.
- Add the status URL for server-to-server communication and redirect URLs.
- The status URL for OpenCart is https://
store_base_path
?route=extension/payment/dagpay/callback ( changestore_base_path
with your store domain address, for example https://myopencartstore.com?route=extension/payment/dagpay/callback ); - Redirect URLs to redirect back to your store from the payment view depending on the final outcome of the transaction (can be set the same for all states). For example https://myopencartstore.com/success/
- The status URL for OpenCart is https://
- Save the environment and copy the generated environment ID, user ID and secret keys and in your OpenCart Admin panel navigate to Payments category in installed extensions section, enable the Dagpay payment gateway and enter the keys to the corresponding fields.
- Save the changes and Dagpay should be working on your OpenCart store.