Integrations
In this section you can connect your site to external services. Payment gateways, messaging, and more.
Payment Gateways
| Gateway | Description |
|---|---|
| Stripe | International payments |
| OxaPay | Crypto payments |
Activating a Payment Gateway
- Sign up on the gateway website
- Get your API Key
- In Integrations, select the gateway
- Enter the API Key
- Activate
Messaging
Telegram
You can connect a Telegram bot for:
- Sending notifications to admin
- Receiving new orders
- Automated support
Activating Telegram
- In Telegram, create a bot with @BotFather
- Get the bot token
- In 0xMinds, select Telegram
- Enter the token
- Set up the Webhook
- Activate
Setting Up Webhook
Some services require a Webhook. A Webhook is an address where the service sends messages.
- In 0xMinds, copy the Webhook URL
- Go to the service panel
- Enter the URL there
- Save
Security Notes
Security
- API keys are stored encrypted
- Never use production keys in development environment
- Don't share keys with anyone
- If you think a key is compromised, change it immediately
Tip
Test with test keys first, then add production keys.