For the complete documentation index, see llms.txt. This page is also available as Markdown.

Zapier

Zapier integration

Connect Cryptonly to thousands of apps with the official Cryptonly Zapier integration. Create crypto payment invoices and withdrawals from any Zapier trigger and automate follow-up actions when invoice or withdrawal statuses change.


What you can automate

Zapier capability
Cryptonly feature

Invoice Status Changed (trigger)

Real-time webhook when any invoice status updates

Invoice Paid (trigger)

Fires when an invoice is paid or overpaid

Withdrawal Status Changed (trigger)

Real-time webhook when any withdrawal status updates

Withdrawal Completed (trigger)

Fires when a withdrawal is sent on-chain

Create Invoice (action)

Hosted crypto checkout for a fiat amount

Cancel Invoice (action)

Cancel a pending invoice

Create Withdrawal (action)

Quote and commit a crypto withdrawal in one step

Find Invoice (search)

Look up an invoice by ID or order ID

Find Withdrawal (search)

Look up a withdrawal by ID or order ID

Typical Zaps:

  • New CRM deal → Create Cryptonly invoice → Email payment link

  • Invoice paid → Slack notification or Google Sheets row

  • Invoice paid → Create receipt in QuickBooks (via Zapier)

  • Invoice failed/expired → Send reminder email

  • Approved payout row in a sheet → Create Cryptonly withdrawal

  • Withdrawal completed → Slack notification with the transaction hash


Requirements

Requirement
Details

Cryptonly account

cryptonly.net merchant account

API key

Created in Settings → Security

Zapier plan

Any plan that supports Webhooks / multi-step Zaps

Select Environment: Sandbox in the Zapier connection to test with sandbox-merchant.cryptonly.net and testnet payments before going live. API keys are environment-specific - create sandbox keys in the sandbox dashboard.

When configuring each Zap step, pick the Account from the dropdown (loaded from your merchant accounts). Triggers support an optional account filter to limit events to one account.


Connect Cryptonly in Zapier

  1. Open Zapier and create a new Zap.

  2. Contact our support to obtain access to private Zapier integration, or download the integration manually from repository https://github.com/cryptonly-net/cryptonly-zapier and follow the instructions inside

  3. Click Sign in to Cryptonly and enter:

    • API Key — full secret from Settings → Security (sandbox_… in sandbox, prod_… in production;)

    • Environment — Sandbox for testing, Production for live payments

  4. Zapier verifies the connection against the Cryptonly merchant API (GET /accounts).

  5. On each action, search, or trigger step, select Account from the dropdown.


How real-time triggers work


Sandbox testing

  1. Enable Use Sandbox on the Zapier connection.

  2. Use credentials from sandbox-merchant.cryptonly.net.

  3. Create a test Zap with Create Invoice and pay on the sandbox hosted checkout (testnet), or use Simulate payment on the invoice in Cryptonly Accounts → History to settle it without sending testnet funds.

  4. Confirm the Invoice Paid trigger fires.



Developer / self-hosting

The Zapier app source lives in in the Cryptonly repository. Backend subscription endpoints.

See the package README for zapier-platform push and publishing steps.

Last updated