Accept Bitcoin and other crypto in Pipedream with a one-flat-fee, non-custodial checkout. Wallet-to-wallet - NakoPay never holds your funds.
Add the NakoPay app from https://pipedream.com/apps/nakopay
- Get an API key from https://nakopay.com/dashboard/api-keys.
- In Pipedream admin: Connect NakoPay account when adding a step
- Set the webhook URL shown in the plugin settings inside your NakoPay dashboard (Settings → Webhooks).
Use sk_test_* keys to run the full checkout against the NakoPay sandbox.
No real funds move. Flip to sk_live_* when you're ready for production.
- Triggers:
invoice.paid,invoice.failed,refund.created - Actions: create invoice, void invoice, look up customer
- Polling + webhook subscriptions
- Test mode
See ../CONTRIBUTING.md for the full setup. Quick
start for Node plugins:
- Node stack: see CONTRIBUTING § "Local development per host".
- Run
bash ../scripts/check-no-internal-urls.sh .before opening a PR.
Tag-driven from the monorepo:
plugins/scripts/release.sh pipedream 0.1.0
The matching workflow at .github/workflows/release-pipedream.yml handles the
upload to the marketplace. Full runbook in ../PUBLISHING.md.
File on https://github.com/NakoPayHQ/plugin-pipedream/issues.
MIT - see ../LICENSE.