0.0.34 • Published 16 days ago

@stitch-money/node v0.0.34

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

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.