8Pay
  • Introduction
  • Features
  • Chains
  • Payment flow
  • Sandbox Environment
  • Fees
  • Guides
    • Set up single payments
    • Set up recurring payments
    • Setup automatic buy (DCA) on Dex
  • Integrations
    • Overview
    • Short URLs
    • Buttons
      • One Time
      • Fixed Recurring
      • Variable Recurring
      • On Demand
    • Shopify
    • Woocommerce
    • Streaming Donations
    • JavaScript SDK
  • REST API
    • Overview
    • One Time
      • Payments
      • Transfers
      • Short Urls
    • Wallet to wallet
      • Payments
      • Transfers
    • Fixed Recurring
      • Plans
      • Subscriptions
      • Billings
      • Cancellations
      • Short Urls
      • Transfers
      • Webhook
    • Variable Recurring
      • Plans
      • Subscriptions
      • Billings
      • Cancellation Requests
      • Cancellations
      • Webhook
      • Transfers
      • Short Urls
    • On Demand
      • Plans
      • Subscriptions
      • Allowances
      • Billings
      • Cancellations
      • Webhook
      • Transfers
      • Short Urls
    • Scheduled Payments
      • Schedules
      • Executions
      • Cancellation
      • Transfers
    • Invest (DCA)
      • Strategies
      • Executions
      • Cancellation
    • Webhook Notifications
  • Webhook notifications
    • Overview
    • Events
      • One Time
      • Wallet-to-Wallet
      • Fixed Recurring
      • Variable Recurring
      • On Demand
  • Advanced Features
    • Gas Wallet
    • Autobiller
  • Appendix
    • Categories
    • Tokens
Powered by GitBook
On this page
  • 1. Create a payment
  • 2. Embed the button
  • 3. Receive payments

Was this helpful?

  1. Guides

Set up single payments

PreviousFeesNextSet up recurring payments

Last updated 1 year ago

Was this helpful?

This guide covers step by step what you need to do in order to start accepting single payments with 8Pay.

We will assume you are the seller of a product called "Beauty Cream" which goes for 10 USDT and want to integrate a Pay button into your website.

1. Create a payment

Go to the page of the app and click on Receive.

Fill the required parameters then click on Create payment.

2. Embed the button

Once you have created the payment, you have 3 ways to share or embed it: QR code, Link or HTML button. For the purpose of this tutorial, we will use the HTML button so click on Embed payment button.

The HTML code for the button will be automatically copied to your clipboard.

Go into your website's source code and paste it there.

3. Receive payments

Congratulations! Your 8Pay integration is now complete. Upon clicking on the button you just embedded, your customers will go through the 8Pay's checkout page to complete the payment process.

Home