Skip to content

Rapyd payout, document verification, ewallet creation, withdraw money, beneficiaries and sender management

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

furqanwasi/rails-rapyd-gem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RapydService

Installation

Add this line to your application's Gemfile:
gem 'rapyd_service', :git => '[email protected]:furqan-cn/rails-rapyd-gem.git', branch: :main

And then execute:
$ bundle install

Description

Gem provides funtionalities
1. Ewallet creation
2. Identity verification
3. Beneficiary creation
4. Withdraw payout to bank(beneficiary) account
5. Withdrawals history
6. List of Beneficiaries
7. List of supported country/currency(payout method type)
8. Ewallet Information

Usage

1. Use in the file by 
    require 'rapyd_service'

2. Then initilize the main RAPYD SERVICE object by giving three parameters:
    RapydService = RapydService::RapydService.new('rapid_api_endpoint','rapid_access_key','rapyd_secret_key')

3. Then call methods
    To see the  supported countries and the currency 
        - RapydService.payout_method_type_list('US','USD','bank','individual')
    To see the ewallet information give the 'ewallet id' 
        - RapydService.wallet_information("e31231sd21321321")

About

Rapyd payout, document verification, ewallet creation, withdraw money, beneficiaries and sender management

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published