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.
- Source: github.com/payzcore/zapier
- Requirements: Zapier account, PayzCore account
Available Triggers
| Trigger | Description |
|---|---|
| Payment Completed | Fires when a payment is fully confirmed |
| Payment Overpaid | Fires when received amount exceeds expected |
| Payment Partial | Fires when partial payment is received |
| Payment Expired | Fires 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
| Action | Description |
|---|---|
| Create Payment | Create a new monitoring request |
| Get Payment | Check payment status |
| Cancel Payment | Cancel a pending payment |
| Confirm Payment | Submit tx hash for pool+txid mode |
Setup
1. Connect Your Account
- In Zapier, search for "PayzCore" when creating a new Zap
- Click Connect Account
- Enter your API Key (
pk_live_...) - Enter your Webhook Secret (
whsec_...) - Test the connection
2. Configure Webhook URL
After creating a Zap with a PayzCore trigger:
- Zapier generates a webhook URL
- Copy this URL
- 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