class Paycargo::PayerResource
Public Instance Methods
funds(id)
click to toggle source
This endpoint retrieves the following data, per payer, per payment method:
-
get funds availability
-
get funds limit
# File lib/paycargo/resources/payer.rb, line 7 def funds(id) get_request("payer/funds/#{id}").body end