Pipedream components for MakePay payment links, customers, bookkeeping invoices, and activity polling.
This repository follows Pipedream's component model: an app definition under
components/makepay, action components for workflow steps, and source
components for polling triggers.
Actions:
- Create Payment Link
- Get Payment Link
- Create Customer
- Create Bookkeeping Invoice
- Create Invoice Payment Link
Sources:
- New Payment Links
- New Webhook Requests
The MakePay app uses key-based auth with:
- MakePay Key ID
- MakePay Key Secret
- Optional Partner API Base URL, default
https://www.makecrypto.io
npm test
npm run validateTo use components privately in Pipedream, publish with the Pipedream CLI from the component file you want to test, for example:
pd publish components/makepay/actions/create-payment-link/create-payment-link.mjs