Paydemic Documentation
Paydemic API is exposed through several libraries. Developers can use them to perform CRUDL operations on purchase links.
Paydemic Node.js SDK
API Overview
Every resource is accessed via your paydemic
instance:
Every resource method returns a promise, so you don’t have to use the regular callback. E.g.
Available resources & methods
Where you see params
it is a plain JavaScript object.