@stitch-money/node
v1.0.2
Published
Node.js SDK for digital wallet payments powered by Stitch
Downloads
219
Readme
stitch-node
A Node.js SDK for accepting digital wallet payments powered by Stitch Money.
Install
npm install @stitch-money/node
Usage
This package is to be used in conjunction with @stitch-money/react
Import the package on your server:
import { init, type StitchTransaction } from "@stitch-money/node";
const walletPayClient = init(clientId, applePayMerchantId, secret);
and use it to connect to the Stitch Payments API.
For more information, get in touch with Stitch
License
The Stitch Node.js SDK is open source and available under the MIT license. See the LICENSE file for more information.