⛓️Wallet Integration

In this section, you will begin the process of setting up your wallets, ensuring that everything is ready so you can start receiving payments seamlessly.


Prerequisites

Before you proceed with setting up your wallets, make sure the following steps are completed:


Understanding some key terms

  • Before configuring your wallets, it's essential to understand how the different wallet types work together in our payment system. This section explains the key components and their relationships

    • Master account

    • Deposit wallets

    • Cold wallet

    • Sweep contract

Master account

  • The master account is the merchant’s primary blockchain account that serves as the foundation for generating deposit wallet addresses. Every deposit wallet provided to customers for making payments is derived from this master account, ensuring all payment addresses remain linked to a single, consistent source. This setup allows the system to track, manage, and associate payments accurately under the merchant’s account

  • In addition to generating deposit wallets, the master account is also used to deploy the sweep contract.

Deposit wallets

  • A deposit wallet is a blockchain address where customers send their payments. All deposit wallets are derived from the merchant’s master account and can exist on different supported blockchains. Each deposit wallet acts as a unique payment destination for a transaction or customer, while still being linked to the same master account for tracking and management purposes.

Cold wallet

  • A cold wallet is a secure blockchain wallet used for storing funds offline or in a highly secure environment. Unlike deposit wallets, which are generated for receiving payments from customers, the cold wallet serves as the merchant’s main storage address where funds are ultimately consolidated. Cold wallets are not directly exposed to customers, reducing the risk of unauthorized access and improving overall fund security.

NOTE : While configuring wallets, make sure to use different wallets for the master account and the cold wallet. Do not use the same wallet for both; always configure separate ones.


Configuring wallets

1

Open wallet management tab

  • Click on the Wallet Management tab and select Deposit Wallet to set up your wallets.

2

Choose blockchain

  • Now select the blockchain where you want to accept payments and configure your wallet accordingly. This setup ensures you'll only receive payments on your specific chosen chain.

3

Configure wallets on each chain

  • Below are the steps for each chain how you can configure the wallet

    • EVM Family (Base & Ethereum)

    • TRX

    • Bitcoin

Note: When deploying contract addresses within the EVM family (e.g., Base, Ethereum), make sure to use the same master account for all networks in the family to ensure users receive consistent deposit addresses across blockchains

Step 1

  • Click on EVM family to expand the section. You will see options to deploy the contract

Step 2

  • In the EVM Family section, you can deploy contracts on both the Base and Ethereum blockchains. This means you will be able to accept payments on Base and Ethereum once the contracts are deployed there.

Step 3

  • Now click on Deploy Contract and choose either Base or Ethereum. The process is the same for both; in this example, I am deploying the contract on the Base chain.

Step 4

  • You will see a pop-up screen where you can enter the required details, such as the master account and the cold wallet address.

Step 5

  • Enter the required details, connect your master account, provide the cold wallet address, and add a wallet name. You can connect your master account using any wallet provider, such as MetaMask or WalletConnect, but it must support the Base network because we are deploying the contract on the Base blockchain. Therefore, it should be a Base-compatible wallet.

  • Once you’ve added all the necessary details click on deploy contract

  • Wait until the contract get Deployed, Once deployed it will look like this

Step 6

  • Once you’ve successfully deployed the contract and entered all the necessary details, the screen will look like this. It will display information such as the fund sweeper address, the master account address, and confirming that your setup is ready to receive payments.

  • Congratulations, you are now ready to accept payments from your customers on the Base blockchain and its supported tokens.


You have successfully set up your wallets and can now start receiving payments from your customers. Follow this section to learn how to generate a test payment link or integrate the PayRam server API into your SaaS, dApp, or other applications.

Last updated