npm.io
1.0.2 • Published 2 years ago

@neonpay/sdk

Licence
MIT
Version
1.0.2
Deps
2
Size
46 kB
Vulns
0
Weekly
0

Neon SDK ES Module

This is a backend SDK that helps to integrate and implement processing for Neon's webhooks. For futher details consult documentation.

npm

Installation

# npm
npm install --save @neonpay/sdk

# yarn
yarn add @neonpay/sdk

Usage

TODO: link to examples

Handle webhook after SDK checks that the webhook was signed by Neon and was not tampered with

import { loadNeonJs } from "@neonpay/sdk";

... TODO

Reference