Introduction

Welcome to the LNPay API docs!

Client SDKs

The libraries below are wrappers to help you work with the LNPay API. How to install:

npm install lnpay

Initializing the SDK

import LNPay from 'lnpay';

const lnpay = LNPay({
  secretKey: 'sak_XXXXXXX',
  walletAccessKey: 'waka_XXXXXXX',
});

Postman Collection

Last updated