1.0.0 • Published 4 years ago

rec-book-in v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Receipt service Web API

send e-receipt to your customer on rec-book mobile app India

Installation

npm i reck-book-in --save

Obtain an API Key

Please register your business on recbook.in

const recbook=require('rec-book-in');

const msg={
    AppId:'1212xxxxx',
    AppSecret:'dsdsfqwfaXWasas',
    ReceiptObject:{},
    RegisterEmail:yourAppRegisteredEmail@yourdomain.com
}

recbook.sendReceipt(msg).then(()=>{},error=> {
    console.error(error);
});

this is not on production yet