Announcement

Collapse
No announcement yet.

Authorize.net transaction id's

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Authorize.net transaction id's

    I've received this email from authorize.net. I'm running Actinic 7.0 - can you tell me if I'm impacted by this change?

    In early October, Authorize.Net will be expanding the range of Transaction IDs issued by the payment gateway. Please read this e-mail thoroughly as it contains important information on how to ensure that your account is not affected.

    The Authorize.Net Transaction ID is the payment gateway-generated number used to uniquely identify each transaction you submit for processing. The Transaction ID can be found in the transaction response and in the Search and Reports features of the Merchant Interface.

    The Transaction ID field was originally developed with a maximum numeric value of 2,147,483,647. As the number of merchants using the Authorize.Net Payment Gateway has grown, we have identified a time in which the Transaction ID count will surpass 2,147,483,647. For this reason, we are in the process of expanding the range of Transaction IDs that the payment gateway can issue. Accordingly, we are communicating to all merchants to verify that your systems can accommodate a 10-digit Transaction ID greater than 2,147,483,647.

    In most cases your transaction processing will not be affected. However, if you have an internal business application or solution that relies upon the Transaction ID field, your system may fail if it cannot handle a Transaction ID larger than 2,147,483,647. For more information, please review the Transaction ID FAQs located at http://www.authorize.net/transid.

    It is critical that you contact your developer to verify whether your integration will be impacted. Specifically, please provide your developer with the following information:

    The Transaction ID, or x_trans_id, is specified as a 10-digit integer and will only be affected if that value is represented as an INT data type, which has a max value of 2,147,483,647. If you have specified the Transaction ID as a string value, then your system will not be affected. Failure to accommodate 10-digit values larger than 2,147,483,647 will result in your system's inability to accept Authorize.Net transactions.
    -------

    Pat

    #2
    Hi Pat

    The Authorize.Net ID is actually stored within Actinic as a 'Text' field (even though it's a number) which means that it can go up to 255 characters. That means that your Actinic store won't be affected by the change.

    Comment


      #3
      Thank you!
      -------

      Pat

      Comment

      Working...
      X