Make (Integromat)
Make (Integromat) module for PayzCore. Build visual automation scenarios triggered by USDT/USDC blockchain payments. No-code webhook processing.
Make (Integromat) Integration
The PayzCore Make app enables visual, no-code automation for blockchain payment monitoring workflows.
- Source: github.com/payzcore/make
- Requirements: Make account, PayzCore account
Available Modules
Triggers (Watch)
| Module | Description |
|---|---|
| Watch Payments | Receives PayzCore webhook events in real-time |
Actions
| Module | Description |
|---|---|
| Create Payment | Create a new monitoring request |
| Get Payment | Check current payment status |
| List Payments | List payments with filters |
| Cancel Payment | Cancel a pending payment |
| Confirm Payment | Submit tx hash for pool+txid mode |
Setup
1. Add PayzCore to Your Scenario
- In Make, create a new scenario
- Add a module and search for "PayzCore"
- Click Create a connection
- Enter your API Key (
pk_live_...) and Webhook Secret (whsec_...)
2. Configure Webhook (for Triggers)
When using the Watch Payments trigger:
- Make generates a webhook URL
- Copy this URL
- In PayzCore dashboard: set this as your project's webhook URL
Example Scenarios
Payment → Airtable + Slack
Watch Payments (payment.completed)
→ Airtable: Create Record (log payment details)
→ Slack: Send Message (#payments channel)Payment → Invoice Generation
Watch Payments (payment.completed)
→ Google Docs: Create Document (generate receipt)
→ Gmail: Send Email (attach receipt to customer)Scheduled Payment Check
Schedule (every 15 min)
→ PayzCore: List Payments (status: pending)
→ Iterator (loop through results)
→ Filter (check if close to expiry)
→ Telegram: Send Message (alert about expiring payments)Data Fields Available
When a PayzCore trigger fires, all webhook fields are available as Make variables:
| Field | Example | Use For |
|---|---|---|
event | payment.completed | Routing/filtering |
payment_id | 550e8400-... | Unique identifier |
external_ref | customer-123 | Customer lookup |
paid_amount | 50.00 | Amount calculations |
chain | TRC20 | Chain-specific logic |
token | USDT | Token tracking |
tx_hash | abc123... | Blockchain verification |
metadata | {"order":"ORD-1"} | Custom data |