///
The SumUp Node.js SDK (`@sumup/sdk`) serves as a client library designed to simplify interaction with the SumUp API from Node.js applications. Its primary purpose is to provide a programmatic interfac
268 views
~268 views from guests
Guest views are estimated from total page views. These include anonymous visitors and users who weren't logged in when they viewed the page.
The SumUp Node.js SDK (@sumup/sdk) serves as a client library designed to simplify interaction with the SumUp API from Node.js applications. Its primary purpose is to provide a programmatic interface for developers to integrate SumUp's various functionalities, such as managing checkouts, accessing merchant data, processing card reader transactions, and handling customer and transaction information.
Key features of the SDK include:
SumUp class) for making requests to the SumUp API.Checkouts, Customers, Merchant, Readers, Transactions, Payouts, Members, Roles, Subaccounts, Memberships, and Receipts. This provides an organized way to interact with specific parts of the SumUp ecosystem.APIPromise for asynchronous operations, allowing for async/await syntax and providing methods like withResponse() to access the raw HTTP response.The SDK helps developers achieve tasks like initiating and processing checkouts, retrieving details about their merchant account, listing and managing card readers, and interacting with customer and transaction data programmatically within their Node.js applications.
Development Status:
It's important to note that this SDK is currently under development. As stated in the README, minor breaking changes might be introduced before it reaches a stable v1 release.