cpt-payment

n8n node for CPTPayment Gateway - Accept crypto payments

Package Information

Downloads: 0 weekly / 112 monthly
Latest Version: 1.0.0
Author: CPTPayment

Documentation

n8n-nodes-cpt-payment

This is an n8n community node for CPTPayment - a crypto payment gateway.

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-cpt-payment
  4. Agree to the risks and click Install

Manual Installation

cd ~/.n8n/nodes
npm install n8n-nodes-cpt-payment

Credentials

You need a CPTPayment API key. Get one from your CPTPayment Dashboard.

Field Description
API Key Your store's API key
Base URL API endpoint (default: https://api.cptpayment.com)

Nodes

CPTPayment

Perform actions on the CPTPayment API:

Operation Description
Test Auth Verify API connection and get store info
Create Order Create a new payment order
Get Order Retrieve order details
Get Wallets Get available crypto wallets

CPTPayment Trigger

Webhook trigger that fires when payment status changes:

  • Paid
  • Confirming
  • Awaiting
  • Underpaid
  • Overpaid
  • Expired
  • Canceled
  • Refunded

Webhook Signature Verification

Enable "Verify Signature" to validate incoming webhooks using your API key (recommended for production).

Resources

License

MIT

Discussion