<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SIM Response Fields (eCheck) Authorizenet RUBY SDK in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60562#M35087</link>
    <description>&lt;P&gt;Ok thanks&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;!&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2017 20:06:55 GMT</pubDate>
    <dc:creator>bng</dc:creator>
    <dc:date>2017-11-17T20:06:55Z</dc:date>
    <item>
      <title>SIM Response Fields (eCheck) Authorizenet RUBY SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60278#M34826</link>
      <description>&lt;P&gt;I have an app that allows users to submit and refund cc/eCheck payments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question on&amp;nbsp;efunding eCheck transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Refund a Transaction endpoint, if payment is bankAccount, the API seems to require account (last four), aba routing (last four) and name on account. I am getting this to work fine by stubbing those values so that's a good sign.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, when I initially make an eCheck payment I would like to save&amp;nbsp;&lt;SPAN&gt;account (last four), aba routing (last four) and name on account on a payment record saved to my db. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below is the response I get when submitting an eCheck payment. I get back x_account_number which is the bankAccount account number, but I do not get back the routing or name on card.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone know if this is possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Authorizenet Ruby SDK does have&amp;nbsp;AuthorizeNet::API::GetTransactionDetailsRequest which I can pull off masked account, masked routing and name on account, but still wondering if I can&amp;nbsp;access those details in the SIM Response for eCheck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#&amp;lt;AuthorizeNet::SIM::Response:0x007fade3e2e850
 @custom_fields=
  {:x_card_type=&amp;gt;"",
   :x_account_number=&amp;gt;"XXXX1213",
   :x_SHA2_Hash=&amp;gt;"",
   :x_test_request=&amp;gt;"false",
   :commit=&amp;gt;"Purchase",
   :controller=&amp;gt;"auth_net_relays",
   :action=&amp;gt;"create",
   :event_id=&amp;gt;"494123"},
 @fields=
  {:response_code=&amp;gt;"1",
   :response_reason_code=&amp;gt;"1",
   :response_reason_text=&amp;gt;"This transaction has been approved.",
   :avs_code=&amp;gt;"P",
   :auth_code=&amp;gt;"",
   :trans_id=&amp;gt;"40383951618",
   :method=&amp;gt;"ECHECK",
   :first_name=&amp;gt;"Brian",
   :last_name=&amp;gt;"Ng",
   :company=&amp;gt;"",
   :address=&amp;gt;"4200 Canal St Suite E",
   :city=&amp;gt;"New Orleans",
   :state=&amp;gt;"LA",
   :zip=&amp;gt;"70116",
   :country=&amp;gt;"",
   :phone=&amp;gt;"",
   :fax=&amp;gt;"",
   :email=&amp;gt;"",
   :invoice_num=&amp;gt;"GNO494123",
   :description=&amp;gt;"",
   :type=&amp;gt;"auth_capture",
   :cust_id=&amp;gt;"",
   :ship_to_first_name=&amp;gt;"",
   :ship_to_last_name=&amp;gt;"",
   :ship_to_company=&amp;gt;"",
   :ship_to_address=&amp;gt;"",
   :ship_to_city=&amp;gt;"",
   :ship_to_state=&amp;gt;"",
   :ship_to_zip=&amp;gt;"",
   :ship_to_country=&amp;gt;"",
   :amount=&amp;gt;"1.60",
   :tax=&amp;gt;"0.00",
   :duty=&amp;gt;"0.00",
   :freight=&amp;gt;"0.00",
   :tax_exempt=&amp;gt;"FALSE",
   :po_num=&amp;gt;"",
   :MD5_Hash=&amp;gt;"0386BBC39796075109FCF17FE804E71B",
   :cvv2_resp_code=&amp;gt;"",
   :cavv_response=&amp;gt;""},
 @raw_response=
  {"x_response_code"=&amp;gt;"1",
   "x_response_reason_code"=&amp;gt;"1",
   "x_response_reason_text"=&amp;gt;"This transaction has been approved.",
   "x_avs_code"=&amp;gt;"P",
   "x_auth_code"=&amp;gt;"",
   "x_trans_id"=&amp;gt;"40383951618",
   "x_method"=&amp;gt;"ECHECK",
   "x_card_type"=&amp;gt;"",
   "x_account_number"=&amp;gt;"XXXX1213",
   "x_first_name"=&amp;gt;"Brian",
   "x_last_name"=&amp;gt;"Ng",
   "x_company"=&amp;gt;"",
   "x_address"=&amp;gt;"4200 Canal St Suite E",
   "x_city"=&amp;gt;"New Orleans",
   "x_state"=&amp;gt;"LA",
   "x_zip"=&amp;gt;"70116",
   "x_country"=&amp;gt;"",
   "x_phone"=&amp;gt;"",
   "x_fax"=&amp;gt;"",
   "x_email"=&amp;gt;"",
   "x_invoice_num"=&amp;gt;"GNO494123",
   "x_description"=&amp;gt;"",
   "x_type"=&amp;gt;"auth_capture",
   "x_cust_id"=&amp;gt;"",
   "x_ship_to_first_name"=&amp;gt;"",
   "x_ship_to_last_name"=&amp;gt;"",
   "x_ship_to_company"=&amp;gt;"",
   "x_ship_to_address"=&amp;gt;"",
   "x_ship_to_city"=&amp;gt;"",
   "x_ship_to_state"=&amp;gt;"",
   "x_ship_to_zip"=&amp;gt;"",
   "x_ship_to_country"=&amp;gt;"",
   "x_amount"=&amp;gt;"1.60",
   "x_tax"=&amp;gt;"0.00",
   "x_duty"=&amp;gt;"0.00",
   "x_freight"=&amp;gt;"0.00",
   "x_tax_exempt"=&amp;gt;"FALSE",
   "x_po_num"=&amp;gt;"",
   "x_MD5_Hash"=&amp;gt;"0386BBC39796075109FCF17FE804E71B",
   "x_SHA2_Hash"=&amp;gt;"",
   "x_cvv2_resp_code"=&amp;gt;"",
   "x_cavv_response"=&amp;gt;"",
   "x_test_request"=&amp;gt;"false",
   "commit"=&amp;gt;"Purchase",
   "controller"=&amp;gt;"auth_net_relays",
   "action"=&amp;gt;"create",
   "event_id"=&amp;gt;"494123"}&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 20:30:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60278#M34826</guid>
      <dc:creator>bng</dc:creator>
      <dc:date>2017-10-25T20:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Response Fields (eCheck) Authorizenet RUBY SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60289#M34837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22542"&gt;@bng&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, there's no way to get that out of the SIM response. A followup call to getTransactionDetailsRequest is the right way to go.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 23:54:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60289#M34837</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-10-26T23:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: SIM Response Fields (eCheck) Authorizenet RUBY SDK</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60562#M35087</link>
      <description>&lt;P&gt;Ok thanks&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 20:06:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Response-Fields-eCheck-Authorizenet-RUBY-SDK/m-p/60562#M35087</guid>
      <dc:creator>bng</dc:creator>
      <dc:date>2017-11-17T20:06:55Z</dc:date>
    </item>
  </channel>
</rss>

