đź’łEcommerce Integration

This will allow you to receive payments through either Sellix or Sellpass

How to set up Sellix:

  1. Go to your sellix settings > notifications > discord webhook url and set your webhook url. Press save and send a test to see if it works.

  2. Set the channel where you have your webhook set in the config.ini file (the bot has to be able to see the channel)

  3. Set ecommerce platform to 1 in the config since you're using sellix.

  4. Create your nitro claims product on sellix and put the product name into the config. You can have multiple names in the config e.g. ["product_1", "product_2"]

  5. Set the product type to service and set any service info (doesnt matter)

  6. Scroll to the bottom to "Additional Details"; scroll to the bottom again to "Custom Fields"

  7. Press the plus button to create a new custom field and use the following settings:

    • Field Type = Number

      Field Name = Discord ID

      Regex --> leave empty

      Placeholder --> leave empty

      Default Value --> leave empty

      Required --> true

  8. Press save and update your product.

The bot will now listen to new messages in the channel, will get the customers discord id and automatically give them credits. Check the ecommerce integration part of the config documentation, it will tell you how to set up the ecommerce integration in config correctly.

How to set up Sellpass:

  1. Set your sellpass webhooks and set the channel in the config.ini

  2. On your sellpass page add the discord integration so customers can connect their discord account.

  3. Set the product name in the config

  4. Set ecommerce platform to 2

The bot will now listen to the channel and will use the username#discriminator to give the credits to your customers automatically. Check the ecommerce integration part of the config documentation, it will tell you how to set up the ecommerce integration in config correctly.

Mis Ă  jour