remoney
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Re•money

Add Pay with Re•money button to your application to recive money with our App to your wallet.

Download the App

Click on the images to download the App from AppStore or PlayStore

Apple AppStore Google Play Store

Installation

npm i remoney

Get started

Usage

import Remoney from './dist/remoney.es5.js'
let _r = new Remoney({
  apiKey: 'YOUR_API_KEY',
  amount: 10.15,
  callback_url: 'CALLBACK_URL',
  recipient_code: 'YOUR_RECIPIENT_CODE',
})
_r.render('#remoney___btn') //Use your custom ID element where you want to render the button

Props

property type default example
apiKey string uWZ6kOK0Z9aOtPrpk3y0k5bpPcrkWOaP2kzjpCYi
amount` number 0 10.15
callback_url string '' http://localhost/transaction/done
recipient_code string '' 20210604-eb834a35ca24412389401f2a18af411a

Events

coming soon

Methods

coming soon

Readme

Keywords

none

Package Sidebar

Install

npm i remoney

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

162 kB

Total Files

16

Last publish

Collaborators

  • omninext