Coder Social home page Coder Social logo

repaya / client-js Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 92 KB

Typescript client library for repaya.io web3 payment APIs

Home Page: https://docs.repaya.io/docs/api-reference

License: MIT License

JavaScript 46.15% TypeScript 53.85%
web3 crypto-payment-gateway payment-gateway payments stablecoin-payments stablecoins web3-payment web3-payments

client-js's Introduction

API Client Library

npm npm size license

Typescript client library for repaya.io web3 payment APIs.

yarn add @repaya/client

Documentation docs.repaya.io.

Usage

Import the client

import { Client } from '@repaya/client'

Create payment session

const formId = '<FORM_ID>'

// Create payment session
const session = await client.sessions.create(formid, { customer: { id: '42' } })

After the session was created, use the session.checkoutUrl to redirect the customer to the payment page.


After the payment is completed, request its status and customer balances by the session ID.

const payment = await client.payments.getBySession(session.id)
// payment.status === 'completed'    // check payment status

const balances = await client.balances.getAll(formId, { customerId: '42' })

Command Line Interface

The package can be used via the npx command to access a convinient CLI:

Usage: npx @repaya/client [command] [params...] <key=value>

client-js's People

Contributors

repaya avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.