Quick Start

Start accepting payments with GwalletPay in minutes. Follow these steps to set up your account, make your first API call and verify the response.

This guide shows how to create your first payment using GwalletPay’s REST API and receive a successful payment confirmation.

1. Sign up and create your account

Create a GwalletPay account at https://pay.gwalletnodes.net/  After signing in, create your first store by providing a store name and description.

A store is required before generating payments or using API integrations. Each store acts as a separate business unit — you can create multiple stores for different use cases.

 


2. Enable coins and add payout wallet

Before receiving payments, you need to enable the cryptocurrencies you want to accept and configure your payout wallet.

  1. Enable coins
  • Go to Settings → Payout Wallets
  • Click Manage Coins
  • Enable the cryptocurrencies you want to accept (e.g., TRX, USDT, BTC, ETH)

  1. Add payout wallet

    After enabling your preferred coins, add your payout wallet address for each coin.

  • Go to Settings → Payout Wallets
  • Select the enabled cryptocurrency (e.g., TRX, USDT, BTC)
  • Click Add Payout Wallet [+]
  • Enter your wallet address
  • Save the configuration

Repeat this process for each coin you want to accept. This wallet is used to receive your payouts automatically.


3. Choose how to accept payments

GwalletPay provides multiple ways to accept crypto payments based on your use case. Pick the option that best fits your integration.

4. Generate API Keys

  • Go to Settings → API Keys

  • Click Create API Key

  • Copy your API key

    Use this key to authenticate your API requests.

4. Configure Webhook

Set up webhooks to receive real-time payment updates.

  • Go to Settings → Webhooks

  • Add your server endpoint URL

  • Save the configuration

    Your server will receive payment status updates automatically.

4. Go LIve

Once your integration is complete:

  • Use your production API keys

  • Ensure your webhook endpoint is working correctly

  • Start accepting real payments

    Your integration is now ready for live transactions.