PayzCore Docs

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.

Available Modules

Triggers (Watch)

ModuleDescription
Watch PaymentsReceives PayzCore webhook events in real-time

Actions

ModuleDescription
Create PaymentCreate a new monitoring request
Get PaymentCheck current payment status
List PaymentsList payments with filters
Cancel PaymentCancel a pending payment
Confirm PaymentSubmit tx hash for pool+txid mode

Setup

1. Add PayzCore to Your Scenario

  1. In Make, create a new scenario
  2. Add a module and search for "PayzCore"
  3. Click Create a connection
  4. Enter your API Key (pk_live_...) and Webhook Secret (whsec_...)

2. Configure Webhook (for Triggers)

When using the Watch Payments trigger:

  1. Make generates a webhook URL
  2. Copy this URL
  3. 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:

FieldExampleUse For
eventpayment.completedRouting/filtering
payment_id550e8400-...Unique identifier
external_refcustomer-123Customer lookup
paid_amount50.00Amount calculations
chainTRC20Chain-specific logic
tokenUSDTToken tracking
tx_hashabc123...Blockchain verification
metadata{"order":"ORD-1"}Custom data

On this page