LogoLogo
  • Welcome to PayNow!
  • helpdesk
    • 📔API Docs
  • 🧩Getting Started
    • FAQ
      • Manage My Subscriptions
      • Packages FAQ
        • Discord Linking
        • Resending Commands
    • Wallet Account
    • Creating a store
  • 📈Analytics
    • Dashboard
    • Analytics
  • 📦Content
    • Orders
    • Subscriptions
    • Customers
      • Managing Customers
    • Products
      • Creating A Product
      • Duplicate A Product
  • 📫Integration
    • Game Servers
    • Discord Servers
    • API Keys
    • Webhooks
      • Discord Placeholders
      • Steam Templates
      • Minecraft Templates
  • 🎨Appearance
    • Webstore
    • Tags
    • Navlinks
    • Branding
  • 📊Marketing
    • Sales
    • Coupons
    • Gift Cards
    • Affiliate Links
  • 🔑Access
    • Team Members
    • Roles
    • Bans
  • 💵Billing
    • Payouts
    • Billing
  • 💎STORE
    • Settings
Powered by GitBook
On this page
  • General Webhooks
  • Order Completed
  • Refund Completed
  • Chargeback Created
  • Delivery Webhooks
  • Delivery Item Added
  • Delivery Item Activated
  • Delivery Item Used
  • Delivery Item Revoked
  • Subscription Webhooks
  • Subscription Activated
  • Subscription Renewed
  • Subscription Canceled
  • Discord Linked to Order
  1. Integration
  2. Webhooks

Minecraft Templates

Pre-configured webhook templates for PayNow transactions, order updates, and payment alerts. Easily integrate and customize for seamless store automation

General Webhooks

Order Completed

An order has been completed.

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID**  ➜ {customer.id}

**Product Info**
**Products** ➜ {product_names}
**Server** ➜  {product_tags}
**Subscription ID** ➜ {subscription_id}

**Price** ➜ {total_amount}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Refund Completed

A product has been refunded!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Order Information**
**OrderID** ➜ {order_id}
**Amount** ➜ {store_refund_amount}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Chargeback Created

A product has been added!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Product Info**
**Product** ➜ {product.name}
**Server** ➜ {product.label}
**Product ID** ➜ {product_id}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Delivery Webhooks

Delivery Item Added

A product has been added!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Product Info**
**Product** ➜ {product.name}
**Server** ➜ {product.label}
**Product ID** ➜ {product_id}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Delivery Item Activated

Commands for product have been processed!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Product Info**
**Product** ➜ {product.name}
**Product ID** ➜ {product_id}
**Server** ➜ {product.label}

**Activated at** ➜ {active_at}
**Expires at** ➜ {expires_at}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Delivery Item Used

A product has been revoked!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID**  ➜ {customer.id}

**Product Info**
**Product ID** ➜ {product_id}
**Product** ➜ {product.name}
**Server** ➜ {product.label}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Delivery Item Revoked

A product has been revoked!

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID** ➜ {customer.id}

**Product Info**
**Product ID** ➜ {product_id}
**Product** ➜ {product.name}
**Server** ➜ {product.label}

**Reason** ➜ {revoke_reason}
**Revoked at** ➜ {revoked_at}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Subscription Webhooks

Subscription Activated

A subscription has been activated.

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID ➜ {customer.id}
**Email** ➜ {billing_email}

**Product Info**
**Product** ➜ {product_name}
**Billing Sequence** ➜ {billing_cycle_sequence}

**Recurring Amount** ➜ {total_amount} (excl. VAT)

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Subscription Renewed

A subscription has been renewed.

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID ➜ {customer.id}
**Email** ➜ {billing_email}

**Product Info**
**Product** ➜ {product_name}
**Billing Sequence** ➜ {billing_cycle_sequence}

**Recurring Amount** ➜ {total_amount} (excl. VAT)

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Subscription Canceled

A subscription has been Canceled

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**UUID** ➜ {customer.minecraft.id}
**Customer ID ➜ {customer.id}
**Email** ➜ {billing_email}

**Product Info**
**Product** ➜ {product_name}
**Billing Sequence** ➜ {billing_cycle_sequence}

**Recurring Amount** ➜ {total_amount} (excl. VAT)

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})

Discord Linked to Order

A customer has linked his Discord to an order

**Customer Info**
**Player** ➜ {customer.minecraft.name}
**Customer ID** ➜ {customer.id}

**Product Info**
**Product** ➜ {product.name}
**Server** ➜ {product.label}

**Discord Info**
**Username** ➜ {discord_user_name}
**DiscordID** ➜ {discord_user_id}

**Links**
PayNow - [Click Here](https://dashboard.paynow.gg/customers/{customer.id})
PreviousSteam TemplatesNextWebstore

Last updated 3 months ago

📫