Skip to main content

Integrations

In this section you can connect your site to external services. Payment gateways, messaging, and more.


Payment Gateways

GatewayDescription
StripeInternational payments
OxaPayCrypto payments

Activating a Payment Gateway

  1. Sign up on the gateway website
  2. Get your API Key
  3. In Integrations, select the gateway
  4. Enter the API Key
  5. Activate

Messaging

Telegram

You can connect a Telegram bot for:

  • Sending notifications to admin
  • Receiving new orders
  • Automated support

Activating Telegram

  1. In Telegram, create a bot with @BotFather
  2. Get the bot token
  3. In 0xMinds, select Telegram
  4. Enter the token
  5. Set up the Webhook
  6. Activate

Setting Up Webhook

Some services require a Webhook. A Webhook is an address where the service sends messages.

  1. In 0xMinds, copy the Webhook URL
  2. Go to the service panel
  3. Enter the URL there
  4. 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.