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

Was this helpful?

  1. Webhook notifications
  2. Events

Wallet-to-Wallet

Payment

The Payment event is notified when a wallet-to-wallet payment is executed.

{
    "id": "33a50a73ec75230e44ec633e668e5de1f76a85a0b8336f36c48f1194c22aa546",
    "type": "wallet-to-wallet",
    "event": "Payment",
    "data": {
        "id": "62e1eb77-7204-4c06-a4b8-0096d3e8956b",
        "email": "john@doe.com",
        "description": "Ebook",
        "token": "8PAY",
        "category": "Shop",
        "tag": "ebook_859294",
        "receivers": [
            {
                "user": "0xe42fD8a58A82fDF624A8a94dA03a0e44F9934Dff",
                "amount": "5",
                "fee": "0.05",
                "timestamp": 1658999245,
                "transactionHash": "0x729ac710541d91828b9d4d106719c11cbaa4b3aa92f82caf87b2c67e48c351f3",
                "transactionStatus": "confirmed"
            }
        ]
    },
    "extra": {
        "banner": "BR69",
        "traffic": "facebook"
    }
}
PreviousOne TimeNextFixed Recurring

Last updated 2 years ago

Was this helpful?