Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 773 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 773 Bytes

Node SDK

The Node SDK is a toolkit created with the goal of easily integrating OpenPix services into your Node.js applications.

It allows you to create recurring subscriptions, charges, payment requests, webhooks, as well as manage other API data.

You can send custom requests using our client, which adds all necessary information, such as authentication details, and decodes responses in JSON format.

Using our integrated paginator, it's easy to create pagination for data listing. It's supported on all data listing endpoints.

The SDK is officially maintained by OpenPix and distributed via Npm.

The code is hosted in a GitHub repository.

Take a look at how to use it.