Skip to main content

Autopayments - CoinBase [in Admin]

Guide for self-assist activation of autopayments in Coinbasae.

COINBASE - allows your bot to accept autopayments and credit their amounts to the balance of users in the bot.
● Payment system address: https://www.coinbase.com/
● Identification: Comment (Usercode or ID).
● Currencies: BTC, ETH, LTC, USDT, DAI, USDC, USD (any other available Coins and Tokens, upon request)
● Auto withdrawal: NOT available.
📆 Paid monthly (the current cost see while paying).
📞 Setting up activation: 🔐Admin | 💸Autopayments

When we start talking about autopayments in this guide, we assume that you already have a basic knowledge of how to work with the constructor and we do not need to explain to you, for example, how buttons and messages are added to your bot's menu. If, nevertheless, you still need to be explained these basic things, then you way too early attempting to create the autopayment functionality.


❖ Autopayments


How to organize automatic acceptance of COINBASE payments in your bot.


Required Functions

Functionality of the «🧩Extensions» section: you need macros to show Usercode.

User Macros
To connect, go to your bot:
☞ 🔐Admin | 🧩Extensions | 📂Macros

The functionality of the «🧩Extensions» section: if you do not use a variable balance for accruals, then you will need additional variables.

Add. Variables
To connect, go to your bot:
☞ 🔐Admin | 🧩Extensions | 📂Variables

Guide to Variables.


Peculiarities

You can use the "Base" currency of your CoinBase wallet (usually USD) for crediting. The "Base" currency is your local currency that you use to calculate the value of crypto assets. At the same time, regardless of which particular cryptocurrency came to your account (BTC, ETH, LTC), replenishment can occur in the currency that you specified as "Base" in YOUR COINBASE ACCOUNT SETTINGS.

IMPORTANT: When you change the "Base" currency in your CoinBase account settings, the accrual will take place in the new set currency WITHOUT any additional notification - BE CAREFUL using this option - you may receive unexpected amounts of accrual. The bot cannot control this moment - it only accepts a parameter from the Exchange API.


Autopayments setup

1. Checker settings

Using the setup wizard, enter all the requested data.

1.1 Coinbase API Key

1.2 Coinbase API Token

After entering the above data, you will see buttons that were not previously in the menu.

2. Pay the checker

Make payment for the amount shown.

Payment for at least a month. Exchange the required amount in TMH on your @MenuBuilderBot account, based on the number of months of activation.
☞ 🔐Admin | 🧩Extensions | 🏦Your Wallets

3. Activate the checker

Turn on the checker to continue the setup.

4. Balance in XXXX

It is necessary to set variables - where to accrue funds for each of the available currencies.

For more information on specifying variables for accrual, see the TRON manual.

5. Show Total

Enables and disables the display of the total amount on the wallet balance during autopayment.

For more information about showing the total amount, see the TRON manual.


Set up a report group for autopayments

During autopayments, reports with the data of a specific top-up will be sent to the group you specified.

For more information on setting up a report group, see the TRON manual.

❖ How to organize CoinBase Autopayments in your bot's menu


How to arrange autopayment through CoinBase.

If you have already enabled COINBASE automatic payments in your bot, you need to create a way for people (your users) to automatically top-up. What is needed for this:

Almost all you need in a bot is one button with a message. Name the button whatever you want, for example, “Top-up Balance”, and in the message, provide the user with the following data.

1. Tell users your CoinBase account eMail address. They will have to make a transfer to this address.

2. Show your users their individual UserCode in your bot. Use a macro %usercode% in your message.

If the UserCode macros don't work, then you need to enable it. To do this, go to your bot:

User Macros
🔐Admin | 🧩Extensions | 📁Macros

3. Explain to users that they need to make a payment to your CoinBase eMail address and enter their own UserCode in the comment, so that their payment can be automatically identified.

IMPORTANT: A comment MUST NOT contain anything other than the Usercode itself.
No postscripts like: "My code", "Top up" and anything alike.

Message example:

"To top-up, make a transfer to our eMail address: xxxxxx@xxx.xxx
In the comment, enter your UserCode: %usercode%
In the comment, there should be nothing but the code!"

FOR REFERENCE: see how CoinBase autopayment is organized in our system.
To do this, go to your bot:
🔐Admin | 🧩Extensions | 🏦Your Wallets | 💳Top-up


❖ Additional Information


Withdrawals (semi-automatic)

If you have the functionality of automatic payment acceptance, you may need a button to make a Withdrawal of Funds.

For more information about working with the Withdraw Button, see the manual.