0.0.3 • Published 4 years ago
remoney v0.0.3
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
Installation
npm i remoneyGet 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 buttonProps
| 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