New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@setuapis/upi-deep-link

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@setuapis/upi-deep-link

NPM package to connect to Setu's UPI Deep Link APIs

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Setu

This package helps you work with Setu's deeplink APIs.

The following functions are supported

  1. Generate UPI payment link
  2. Check status of UPI payment link

Installation

npm install @setuapis/upi-deep-link

Configuration

const SetuUPIDeepLink = require("@setuapis/upi-deep-link")

let setu = new SetuUPIDeepLink({
    schemeId: "YOUR SCHEME ID",
    jwtSecret: "YOUR JWT SECRET",
    setuProductInstanceId: "YOUR PRODUCT INSTANCE ID",
});

Usage

let paymentLinkBody = {
    expiresInDays: Number,
    amountValue: Number,
    amountExactness: String,
    billerBillID: String,
    payeeName: String,
};

let data = await setu.createPaymentLink(paymentLinkBody);
let data = await setu.checkPaymentStatus("platformBillID");

FAQs

Package last updated on 10 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc