Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavsys/atlos-paymenter-extension
ATLOS Payment Gateway extension for Paymenter
https://github.com/vaibhavsys/atlos-paymenter-extension
Last synced: 19 days ago
JSON representation
ATLOS Payment Gateway extension for Paymenter
- Host: GitHub
- URL: https://github.com/vaibhavsys/atlos-paymenter-extension
- Owner: VaibhavSys
- License: mit
- Created: 2024-06-07T14:15:29.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-05T10:05:43.000Z (5 months ago)
- Last Synced: 2024-10-10T21:14:39.344Z (about 1 month ago)
- Language: Blade
- Size: 743 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATLOS Gateway Extension
This is a gateway extension for Paymenter that integrates the [ATLOS](https://atlos.io/), a permissionless non-custodial crypto payment gateway with no KYC.
Sample Screenshots
Sample Payment:
Sample Light Automatic:
Sample Light Manual:
Sample Dark Automatic:
Sample Dark Manual:## Getting Started
1. Install the extension
1. Enable the extension
1. Set the Merchant ID
1. Set API Secret
1. Set the conversion rate for selected currency -> USD
1. Choose a theme (default: light)
1. Set an Order ID prefix (optional)
1. Set the Postback URL in [ATLOS Merchant Settings](https://merchants.atlos.io/settings) to `https:///extensions/atlos/payment/webhook`
1. Done! You are ready to accept payments.**Note:** The invoice will be marked paid after the transaction has atleast one confirmation on the blockchain.
## Settings
- **Order ID Prefix:** Prefix of the Order ID (eg. ORDER-12345).
**Note:** If you change this while a transaction is pending confirmation on the blockchain, the invoice will not be marked as paid even if the transaction has been confirmed on the blockchain.
- **Conversion Rate:** The conversion rate of the currency set in Paymenter to USD. ATLOS also supports conversion using other Fiat currencies other than USD, so if it is available for your currency and you want to use it, set option this to `-1`.
- **Theme:** This controls the ATLOS theme. Available options are Dark and Light.
- **Merchant ID**: ATLOS Merchant ID. You can get it from [ATLOS Merchant Settings](https://merchants.atlos.io/settings).
- **API Secret**: ATLOS API Secret. You can get it from [ATLOS Merchant Settings](https://merchants.atlos.io/settings).![Settings](assets/settings.png)
## Additional Information
This project is licensed under the terms of the MIT license. For more details, see the [LICENSE](LICENSE) file in the repository.**Note:** The logo is property of ATLOS DAO
The source code for this project is available on GitHub. You can access it [here](https://github.com/VaibhavSys/ATLOS-Paymenter-Extension).