Hex Pay Docs
Set up your store

Create Store via Telegram Bot

Step-by-step guide to creating your first store using the HexPay Telegram bot

🚀 Start with HexPay Bot

Open @hexadminbot in Telegram

Click here to begin your crypto payment journey! Create your store, add payment methods, and start accepting payments in just a few minutes.

You'll need to have Telegram installed and access to the HexPay bot to complete this setup.

Getting Started

Find the HexPay Bot

Open Telegram and search for the HexPay bot or use the direct link to start a conversation.

Start Store Creation

Send the /newstore command to begin the store creation process.

/newstore

The bot will respond asking for your store details.

Enter Your Store Name

When prompted, enter your store name. This name will be displayed to customers when they make payments.

Please enter your store name:

🔸 This will be displayed to customers when they make payments

Example:

Elliptic Curves Shop

Choose your store name carefully - this is what customers will see during checkout.

Review and Confirm

The bot will show you a summary of your store information for confirmation:

🎯 Almost there! Confirm store creation:

🔸 Please review your store information above
  • Name: Elliptic Curves Shop

Type Confirm to proceed with creating your store.

Receive Your API Key

Upon successful creation, you'll receive your store details and API key:

🎉 Congratulations! Your Store is Live!

🔸 Your API Key: eyJhbGciOiJFZERTQSIsImtpZCI6IjFjZDZhOTIy...

🚀 You can now:
  • Configure available payment methods with /addpaymentmethod
  • Create payment links with /newpayment
  • Start accepting crypto payments

Important Notes

Save Your API Key Safely

Your API key is a JWT token valid for one year. Store it securely as you'll need it for API integration. The bot will only show it once during store creation.

API Key Details

  • Format: JWT (JSON Web Token)
  • Validity: 1 year from creation date
  • Usage: Include in API requests with Bearer prefix
  • Security: Keep confidential and never share publicly

Next Steps