react-wise-details-component
v1.3.1
Published
react-wise-details-component React component
Downloads
19
Maintainers
Readme
Installation
npm i react-wise-details-component
or
yarn add react-wise-details-component
Who is it for?
The react-wise-details-component form indented for anyone that wants to collect bank details around the world. All the bank details fields are rendered dynamically based on the API response. The mentioned fileds are validated based on the validators provided by the API.
This can be useful if you are doing:
- Market place payouts
- Freelancer payments
- Affiliate payments
- Cashback
- Referral rewards
- Dividend payments
- Insurance claims
Features
- Global coverage
- Dynamically rendered bank detailed fields
- Bank detail validation
- ~= Recipient creation
Example
import WiseDetails from 'react-wise-details-component';
...
<WiseDetails
rollbarAccessToken={'rollbarAccessToken'}
sandboxApi={true/false}
wiseApiToken={'wiseApiToken'}
/>
Wise API token
Specify your transferwise API token to be able to use the app. If the WiseDetails's sandboxApi (boolean) props is set to true, the sandbox API will be used, otherwise the production one.
Rollbar Access Token
Specify your Rollbar's access token to be able to use the app's rollbar functionality.