0.0.3 • Published 3 years ago

remoney v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

propertytypedefaultexample
apiKeystringuWZ6kOK0Z9aOtPrpk3y0k5bpPcrkWOaP2kzjpCYi
amount` | number | 0 | 10.15
callback_urlstring''http://localhost/transaction/done
recipient_codestring''20210604-eb834a35ca24412389401f2a18af411a

Events

coming soon

Methods

coming soon