paymail

Send and receive payments


Keywords
Bitcoin, BSV, payment, paymail
License
OpenSSL
Install
npm install paymail@0.1.5

Documentation

paymail

Send and receive payments

The code is hosted on GitHub and the package is available through NPM.

Installation

npm i paymail

Example Usage

const paymail = require('paymail')

paymail.send({
    recipient: 'ty@gateway.cash',
    amount: 69420,
    description: 'Here are some BitCoins'
})
})

API

Table of Contents

send

Send a payment with Paymail

Parameters

  • obj Object All parameters are given in an object

    • obj.recipient String The recipient of the Paymail payment
    • obj.amount Number The number of satoshis in the Paymail payment
    • obj.description String The note sent with the payment

License

The license for the code in this repository is the Open BSV License.