Method: TransferZero::PayinMethodsApi#get_payin_method

Defined in:
lib/transferzero-sdk/api/payin_methods_api.rb

#get_payin_method(payin_method_id, opts = {}) ⇒ PayinMethodResponse

Fetching a payin method Show a payin method by id

Parameters:

  • payin_method_id

    ID of the payin method to get. Example: `/v1/payin_methods/bf9ff782-e182-45ac-abea-5bce83ad6670`

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



83
84
85
86
# File 'lib/transferzero-sdk/api/payin_methods_api.rb', line 83

def get_payin_method(payin_method_id, opts = {})
  data, _status_code, _headers = get_payin_method_with_http_info(payin_method_id, opts)
  data
end