6 pages available
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
This guide provides a step-by-step introduction to installing and using the SumUp Node.js SDK (`@sumup/sdk`) in your projects. For a general overview of the SDK's capabilities, refer to the [Overview]
The SumUp Node.js SDK is built upon several core concepts and fundamental building blocks that streamline interactions with the SumUp API. These elements provide a structured, type-safe, and developer
The SumUp Node.js SDK client is highly configurable, allowing you to tailor its behavior to your specific needs, such as setting authentication credentials, specifying the API host, or providing custo
The `SumUp` client is the primary entry point for interacting with the SumUp API. It provides a structured interface for accessing various API resources and methods, built on top of a robust HTTP clie
This page provides practical examples demonstrating how to interact with the SumUp API using the Node.js SDK. These examples highlight common use cases and demonstrate the recommended way to initializ