Method: Flutterwave::ACH#list
- Defined in:
- lib/flutterwave/ach.rb
#list ⇒ Object
11 12 13 14 15 16 17 18 |
# File 'lib/flutterwave/ach.rb', line 11 def list response = post( Flutterwave::Utils::Constants::ACH[:list_url], merchantid: client.merchant_key ) Flutterwave::Response.new(response) end |