Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    when i change to this 'x_relay_URL' => zen_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL'), it show the success page but items are still in cart.

  2. #12
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    its suppose to go to this page using fast and easy checkout
    http://jnsflooringandsupplies.com/in...action=process

  3. #13
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,688
    Plugin Contributions
    9

    Default Re: Gateway emulator and Authorize.net

    try changing it to:

    PHP Code:
     'x_relay_URL' => zen_href_link(FILENAME_CHECKOUT_PROCESS'''SSL'false), 
    also, please put your code in bbcode tags. it makes it easier to read. there is a link below, just above the footer, for bbcode. thanks.

    let us know if that works!

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #14
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    no didnt work

  5. #15
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Gateway emulator and Authorize.net

    Quote Originally Posted by jimmie View Post
    no didnt work
    So, look. The software expectation is that ZC won't go through the process of storing the purchase unless one it goes through the CHECKOUT_PROCESS, two when it does go through that process all of the expected operations, security, processes occur. So, changing around the destination is not the issue. Making sure that all of the necessary data is presented/returned and processable is. What needs to happen is that at each location where the operation goes away from trying to access the checkout_success page (naturally) then the available data needs to be evaluated to identify what is missing or not right.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #16
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    i think it might be this from logs
    Code:
    [HashValidationValue] => 1EBCED94FEFE22FE6BD6D36098FA8900
        [HashMatchStatus] => FAIL
    how do i fix this

  7. #17
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: Gateway emulator and Authorize.net

    Quote Originally Posted by jimmie View Post
    i think it might be this from logs
    Code:
    [HashValidationValue] => 1EBCED94FEFE22FE6BD6D36098FA8900
        [HashMatchStatus] => FAIL
    how do i fix this
    Basically need to find out from this other "source" how they determine the HashValidationValue and then modify the payment code to determine it the same way. Currently, (ZC 1.5.5), authorize.net calculates it through the following input:
    Code:
        $this->authorize['HashValidationValue'] = $this->calc_md5_response($this->authorize['x_trans_id'], $this->authorize['x_amount']);
    If those two values are provided in an alternate sequence or there are other values provided, then the resulting has will be different on the next line and the review will appear to not match and therefore will fail processing...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #18
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    i put the aim and sim from 1.5.4 into 1.5.1 and now the aim works but not sim, what diiferences lie within each

  9. #19
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Gateway emulator and Authorize.net

    a successful transaction from Aim
    Code:
    Jan-15-2018 07:38:17
    =================================
    
    Response Code: 1.
    Response Text: This transaction has been approved.
    
    Sending to Authorizenet: Array
    (
        [x_login] => *******
        [x_tran_key] => *******
        [x_relay_response] => FALSE
        [x_delim_data] => TRUE
        [x_delim_char] => |
        [x_encap_char] => *
        [x_version] => 3.1
        [x_solution_id] => A1000003
        [x_type] => AUTH_CAPTURE
        [x_method] => CC
        [x_amount] => 11.18
        [x_currency_code] => USD
        [x_market_type] => 0
        [x_card_num] => XXXXXXXXXXXXXXXX8110
        [x_exp_date] => ****
        [x_card_code] => ****
        [x_email_customer] => FALSE
        [x_email_merchant] => FALSE
        [x_cust_id] => 293
        [x_invoice_num] => 3648-mNJuZN
        [x_first_name] => james
        [x_last_name] => warren
        [x_company] => Floorz -N- More
        [x_address] => 7131-1 us hwy 19
        [x_city] => new port richey
        [x_state] => Florida
        [x_zip] => 34652
        [x_country] => United States
        [x_phone] => 7278079516
        [x_email] => [email protected]
        [x_ship_to_first_name] => james
        [x_ship_to_last_name] => warren
        [x_ship_to_address] => 7131-1 us hwy 19
        [x_ship_to_city] => new port richey
        [x_ship_to_state] => Florida
        [x_ship_to_zip] => 34652
        [x_ship_to_country] => United States
        [x_description] => Better Tools 20103HD 4″ Extra Heavy-Duty Scraper Blades ( 10 Blades Per Tube ) (qty: 1) 
        [x_recurring_billing] => NO
        [x_customer_ip] => 68.200.122.250
        [x_po_num] => Jan-15-2018 07:38:15
        [x_freight] => 6.65
        [x_tax_exempt] => FALSE
        [x_tax] => 0.73
        [x_duty] => 0
        [x_device_type] => 8
        [x_allow_partial_Auth] => FALSE
        [Date] => January 15, 2018, 7:38 pm
        [IP] => 68.200.122.250
        [Session] => 9lv7neeq119gcr9o2nasf6e234
        [url] => https://pcb.transactiongateway.com/gateway/transact.dll
    )
    
    
    Results Received back from Authorizenet: Array
    (
        [0] => Response from gateway
        [1] => 1
        [2] => 0
        [3] => 1
        [4] => This transaction has been approved.
        [5] => 134644
        [6] => Y
        [7] => 3949358250
        [8] => 3648-mNJuZN
        [9] => Better Tools 20103HD 4″ Extra Heavy-Duty Scraper Blades ( 10 Blades Per Tube ) (qty: 1) 
        [10] => 11.18
        [11] => CC
        [12] => auth_capture
        [13] => 293
        [14] => james
        [15] => warren
        [16] => Floorz -N- More
        [17] => 7131-1 us hwy 19
        [18] => new port richey
        [19] => Florida
        [20] => 34652
        [21] => United States
        [22] => 7278079516
        [23] => 
        [24] => [email protected]
        [25] => james
        [26] => warren
        [27] => 
        [28] => 7131-1 us hwy 19
        [29] => new port richey
        [30] => Florida
        [31] => 34652
        [32] => United States
        [33] => 0.73
        [34] => 0
        [35] => 6.65
        [36] => FALSE
        [37] => Jan-15-2018 07:38:15
        [38] => 3F9CCB8CD73BC37E633E9B0567998D95
        [39] => M
        [40] => 
        [Expected-MD5-Hash] => 3F9CCB8CD73BC37E633E9B0567998D95
        [HashMatchStatus] => PASS
    )
    
    
    CURL communication info: Array
    (
        [url] => https://pcb.transactiongateway.com/gateway/transact.dll
        [content_type] => text/html; charset=UTF-8
        [http_code] => 200
        [header_size] => 158
        [request_size] => 225
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 1.761203
        [namelookup_time] => 0.004167
        [connect_time] => 0.055763
        [pretransfer_time] => 0.166295
        [size_upload] => 1194
        [size_download] => 547
        [speed_download] => 310
        [speed_upload] => 677
        [download_content_length] => 547
        [upload_content_length] => 1194
        [starttransfer_time] => 0.21732
        [redirect_time] => 0
        [redirect_url] => 
        [primary_ip] => 104.192.34.173
        [certinfo] => Array
            (
            )
    
        [primary_port] => 443
        [local_ip] => 97.76.140.174
        [local_port] => 52224
    )
    
    
    RAW data received: 
    *1*|*0*|*1*|*This transaction has been approved.*|*134644*|*Y*|*3949358250*|*3648-mNJuZN*|*Better Tools 20103HD 4″ Extra Heavy-Duty Scraper Blades ( 10 Blades Per Tube ) (qty: 1) *|*11.18*|*CC*|*auth_capture*|*293*|*james*|*warren*|*Floorz -N- More*|*7131-1 us hwy 19*|*new port richey*|*Florida*|*34652*|*United States*|*7278079516*|**|*[email protected]*|*james*|*warren*|**|*7131-1 us hwy 19*|*new port richey*|*Florida*|*34652*|*United States*|*0.73*|*0*|*6.65*|*FALSE*|*Jan-15-2018 07:38:15*|*3F9CCB8CD73BC37E633E9B0567998D95*|*M*|**
    A failed transaction from sim
    Code:
    Jan-15-2018 09:04:27
    =================================
    
    Response Code: 1.
    Response Text: Approved
    
    Results Received back from Authorizenet: Array
    (
        [x_response_code] => 1
        [x_response_subcode] => 1
        [x_response_reason_code] => 1
        [x_response_reason_text] => Approved
        [x_auth_code] => 177018
        [x_avs_code] => Y
        [x_trans_id] => 3949428959
        [x_invoice_num] => 3949428959
        [x_description] => Website Purchase from JNS Flooring and Supplies Inc.
        [x_amount] => 8.08
        [x_method] => CC
        [x_type] => AUTH_CAPTURE
        [x_cust_id] => 293
        [x_first_name] => james
        [x_last_name] => warren
        [x_company] => Floorz -N- More
        [x_address] => 7131-1 us hwy 19 
        [x_city] => new port richey
        [x_state] => FL
        [x_zip] => 34652
        [x_country] => US
        [x_phone] => 7278079516
        [x_fax] => 
        [x_email] => [email protected]
        [x_ship_to_first_name] => james
        [x_ship_to_last_name] => warren
        [x_ship_to_company] => Floorz -N- More
        [x_ship_to_address] => 7131-1 us hwy 19 
        [x_ship_to_city] => new port richey
        [x_ship_to_state] => FL
        [x_ship_to_zip] => 34652
        [x_ship_to_country] => US
        [x_duty] => 
        [x_freight] => 0.00
        [x_tax_exempt] => FALSE
        [x_tax] => 0.00
        [x_po_num] => 
        [x_md5_hash] => 1b687dec039a2b0a2e1b609cb4d8039b
        [x_cvv2_resp_code] => M
        [reserved01] => 
        [reserved02] => 
        [reserved03] => 
        [reserved04] => 
        [reserved05] => 
        [reserved06] => 
        [reserved07] => 
        [reserved08] => 
        [reserved09] => 
        [reserved10] => 
        [reserved11] => 
        [reserved12] => 
        [reserved13] => 
        [reserved14] => 
        [reserved15] => 
        [reserved16] => 
        [reserved17] => 
        [reserved18] => 
        [reserved19] => 
        [reserved20] => 
        [reserved21] => 
        [reserved22] => 
        [reserved23] => 
        [reserved24] => 
        [reserved25] => 
        [reserved26] => 
        [reserved27] => 
        [reserved28] => 
        [reserved29] => 
        [x_MD5_Hash] => 1b687dec039a2b0a2e1b609cb4d8039b
        [securityToken] => 51bb16319b927a94f6819252f10d286f
        [x_login] => jandsflooring
        [x_currency_code] => USD
        [x_email_customer] => FALSE
        [x_solution_id] => A1000003
        [x_version] => 3.1
        [x_Customer_IP] => xxxxxxxx
        [x_relay_response] => TRUE
        [x_relay_URL] => https://jnsflooringandsupplies.com/index.php?main_page=checkout_process&action=confirm
        [x_duplicate_window] => 120
        [x_allow_partial_Auth] => FALSE
        [x_fp_sequence] => 211
        [x_fp_timestamp] => 1516068196
        [x_fp_hash] => c4658e8e08fdfbfc5fe048a39b96569d
        [x_card_num] => xxxxxxxxxxxxxxxx
        [x_exp_date] => 0622
        [x_card_code] => 138
        [zenid] => 3kiblppfhhdvllm6b3uc3mg185
        [referrer_url] => https://jnsflooringandsupplies.com/index.php?main_page=fec_confirmation&amp;fecaction=process
        [x_show_form] => PAYMENT_FORM
        [x_receipt_link_method] => POST
        [x_receipt_link_text] => Click here to complete your order.
        [x_receipt_link_url] => https://jnsflooringandsupplies.com/index.php?main_page=checkout_process
        [HashValidationValue] => 5AC24FC49FB8C99FBC8F31366BAC6C23
        [HashMatchStatus] => FAIL
        [url] => https://pcb.transactiongateway.com/cart/ausi.php
    )
    and
    Code:
    Jan-15-2018 09:03:16
    =================================
    
    Sent to Authorizenet: Array
    (
        [x_login] => *******
        [x_amount] => 8.08
        [x_currency_code] => USD
        [x_method] => CC
        [x_type] => AUTH_CAPTURE
        [x_cust_ID] => 293
        [x_email_customer] => FALSE
        [x_company] => Floorz -N- More
        [x_first_name] => james
        [x_last_name] => warren
        [x_address] => 7131-1 us hwy 19
        [x_city] => new port richey
        [x_state] => Florida
        [x_zip] => 34652
        [x_country] => United States
        [x_phone] => 7278079516
        [x_fax] => 
        [x_email] => [email protected]
        [x_ship_to_company] => Floorz -N- More
        [x_ship_to_first_name] => james
        [x_ship_to_last_name] => warren
        [x_ship_to_address] => 7131-1 us hwy 19
        [x_ship_to_city] => new port richey
        [x_ship_to_state] => Florida
        [x_ship_to_zip] => 34652
        [x_ship_to_country] => United States
        [x_solution_id] => A1000003
        [x_version] => 3.1
        [x_Customer_IP] => xx.xx.xx.xx
        [x_relay_response] => TRUE
        [x_relay_URL] => https://jnsflooringandsupplies.com/index.php?main_page=checkout_process&amp;action=confirm
        [x_invoice_num] => 
        [x_duplicate_window] => 120
        [x_allow_partial_Auth] => FALSE
        [x_description] => Website Purchase from JNS Flooring and Supplies Inc.
        [x_fp_sequence] => 211
        [x_fp_timestamp] => 1516068196
        [x_fp_hash] => c4658e8e08fdfbfc5fe048a39b96569d
        [x_show_form] => PAYMENT_FORM
        [x_receipt_link_method] => POST
        [x_receipt_link_text] => Click here to complete your order.
        [x_receipt_link_url] => https://jnsflooringandsupplies.com/index.php?main_page=checkout_process
        [zenid] => 3kiblppfhhdvllm6b3uc3mg185
        [url] => https://pcb.transactiongateway.com/cart/ausi.php
    )
    Both files upgraded from 1.51 to 1.54

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v151 Authorize.net AIM and InternetSecure Gateway
    By crestlinecorp in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 26 Nov 2015, 12:05 PM
  2. v139e First Data Global Gateway and Authorize.net
    By Rahbi in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 22 Jan 2014, 12:12 AM
  3. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  4. Authorize.net Emulator problem
    By rossi in forum General Questions
    Replies: 3
    Last Post: 25 Apr 2009, 06:42 AM
  5. Authorize.net gateway
    By RichardLynch in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 7 Sep 2006, 05:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR