📦 NowPayments Integration — 技能工具

v1.0.0

Integrates NowPayments API to enable secure multi-cryptocurrency payments, IPN handling, and order tracking in AI-operated stores.

0· 4·0 当前·0 累计
0

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install nowpayments-integration
镜像加速npx clawhub@latest install nowpayments-integration --registry https://cn.longxiaskill.com

技能文档

概述

此技能集成了 NowPayments 加密货币支付网关 API,使 AI 运营的商店能够接受多种加密货币支付。

功能特性

  • 多加密货币支持: 支持 BTC、ETH、USDT 等主流加密货币
  • IPN 处理: 实时支付通知处理
  • 订单追踪: 完整的订单生命周期管理
  • 支付状态查询: 实时查询支付状态

使用方法

from nowpayments import NowPayments

# 初始化客户端 np = NowPayments(api_key='your_api_key')

# 创建支付 payment = np.create_payment( price_amount=100.0, price_currency='USD', pay_currency='BTC' )

配置要求

  • NowPayments API 密钥
  • 有效的回调 URL
  • 支付货币对配置
数据来源ClawHub ↗ · 中文优化:龙虾技能库