Method: TransferTo::API#trans_info

Defined in:
lib/transfer_to/api.rb

#trans_info(id) ⇒ Object

This method can be used to retrieve available information on a specific transaction. Please note that values of “input_value” and “debit_amount_validated” are rounded to 2 digits after the comma but are the same as the values returned in the fields “input_value” and “validated_input_value” of the “topup” method response.



88
89
90
91
# File 'lib/transfer_to/api.rb', line 88

def trans_info(id)
  @params = { transactionid: id }
  run_action :trans_info
end