PayzCore Docs

Zapier

Connect PayzCore blockchain payment events to 6,000+ apps with Zapier. Trigger automations on USDT/USDC payment completion, expiry, and more.

Zapier Integration

The PayzCore Zapier app lets you connect payment monitoring events to 6,000+ apps without writing code.

Available Triggers

TriggerDescription
Payment CompletedFires when a payment is fully confirmed
Payment OverpaidFires when received amount exceeds expected
Payment PartialFires when partial payment is received
Payment ExpiredFires when a payment expires

Each trigger provides the full webhook payload including payment_id, external_ref, amount, chain, token, tx_hash, and metadata.

Available Actions

ActionDescription
Create PaymentCreate a new monitoring request
Get PaymentCheck payment status
Cancel PaymentCancel a pending payment
Confirm PaymentSubmit tx hash for pool+txid mode

Setup

1. Connect Your Account

  1. In Zapier, search for "PayzCore" when creating a new Zap
  2. Click Connect Account
  3. Enter your API Key (pk_live_...)
  4. Enter your Webhook Secret (whsec_...)
  5. Test the connection

2. Configure Webhook URL

After creating a Zap with a PayzCore trigger:

  1. Zapier generates a webhook URL
  2. Copy this URL
  3. In PayzCore dashboard: set this as your project's webhook URL

Example Zaps

Payment → Slack Notification

Trigger: PayzCore - Payment Completed
Action: Slack - Send Channel Message
  Channel: #payments
  Message: "Payment received: ${{paid_amount}} {{token}} from {{external_ref}}"

Payment → Google Sheets Log

Trigger: PayzCore - Payment Completed
Action: Google Sheets - Create Spreadsheet Row
  Payment ID: {{payment_id}}
  Amount: {{paid_amount}}
  Customer: {{external_ref}}
  Chain: {{chain}}
  Date: {{paid_at}}

Payment → Email Receipt

Trigger: PayzCore - Payment Completed
Action: Gmail - Send Email
  To: (lookup customer email from your DB)
  Subject: "Payment confirmed - {{paid_amount}} {{token}}"

Expired Payment → Follow-up

Trigger: PayzCore - Payment Expired
Action: Email/Slack/CRM - Notify team about expired payment

On this page