GithubHelp home page GithubHelp logo

alipay.js's Introduction

alipay.js

Minimal SDK for Alipay (Not official)

Installation

$ npm install --save-dev alipay.js

Usage

Initialize

const Alipay = require('alipay.js');

// Following config parameters are for Sandbox.
const alipay = new Alipay({
  service: 'create_forex_trade',
  partner: '2088101122136241',
  key: '760bdzec6y9goq7ctyx96ezkz78287de',
  gateway: 'https://openapi.alipaydev.com/gateway.do?_input_charset=utf-8',
  sign_type: 'MD5'
});

Redirect to Alipay

const redirectForm = alipay.buildRedirect('get', {
  out_trade_no,
  total_fee,
  subject,
  currency: 'USD',
  return_url
});

res.send(redirectForm); // Usage in Express.js

Verify response from Alipay

// Redirected from Alipay
const isValidResponse = this.alipay.verifyResponse(req.query['sign'], req.query); // Usage in Express.js

alipay.js's People

Contributors

hyunseob avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

rubythonode

alipay.js's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.