Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 80
  1. #31
    Join Date
    Jan 2009
    Location
    Ogden, UT
    Posts
    1
    Plugin Contributions
    0

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    Thanks for the module! I recently installed the module for a client and it works perfectly.

    The set-up was actually much smoother than I expected. I contacted my rep and told him I was using Zen Cart and gave him my client's website IP addresses and about an hour later the system starting accepting CC orders from the site.

    Orbital stated that Zen Cart is indeed an 'authorized shopping cart' and that there were no other steps to complete.

    Again, thanks for the contribution!

    -
    Ben

    http://www.keepitlucid.com

  2. #32
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    Painful (not the module, the company)! Maybe it's just because we have a clueless rep Evelyn
    Rodriguez, but my experience with Paymentech/Orbital was terrible! First we had to fill out this 19 page document to create a new division for e-commerce. Ok, that's fine I guess, however it took weeks for them to process this.

    Then when that was complete she called Orbital with me on the line and they said we had to go through the "certification" process.

    Evelyn sent me this questionnaire, and along with it told me that this is a 6-8 week process!! Then included this nice comment:

    [FONT=Arial][FONT=Arial]Please note that at the time of setting this new division it was never told to us you will be using Zen Carte as a shopping cart. If you have any questions please let me know.[/FONT][/FONT] [FONT=Arial][FONT=Arial]Thank you![/FONT][/FONT]

    Umm..nobody asked! Not even in 19 pages of the new division document did they ask.



    I called her and she said that it is our responsibility to make Chase aware that we are using a cart that is not on this list: http://www.chasepaymentech.com/porta...teway_partners


    I assume my experience is largely due to a poor rep, but I thought I'd post my experiences. I guess if you plan to use these wonderful people make sure you tell them you are using and unsupported platform when before they start processing the division.

  3. #33
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    900
    Plugin Contributions
    6

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    I'm confused. I already replied to this a couple days ago, but I don't see it here now.

    In summary: Sucks you're having problems. Shouldn't matter what shopping cart you use (that's the point of the certification process). Once I figured out the module and passed their certification, I had no problems at all. Nobody ever asked what software I was using... just needed proof it works. The 19 page thing is normal.

    - Steven

  4. #34
    Join Date
    Jan 2004
    Posts
    58,245
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    Quote Originally Posted by s_mack View Post
    I'm confused. I already replied to this a couple days ago, but I don't see it here now.
    I don't know about your alleged "missing reply". Your last forum posts are exactly as you see here.
    But I do know that a spam post was deleted as part of cleanup after someone posted several junk posts earlier this morning. That'll explain the email notification.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #35
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    900
    Plugin Contributions
    6

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    Maybe I never hit submit :) Beats me. I know I TYPED a reply to this already anyway. hehe.

  6. #36
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    207
    Plugin Contributions
    0

    Default Paymentech Purchase Card Level II data

    I'm in the testing period with Chase / Orbital. So far so good, except for Purchase Card Level II (basically, corporate and special business cards.) I did a few fake transactions and the lady in testing says:

    "If Purchase Card Level II data is being supported you are not sending the required tags for it. Please review the spec for the additional attributes that are required."

    The address to the spec is below. I assume the tags/attributes are similar to this from a regular card- <?xml version="1.0" encoding="UTF-8"?> <Request> <NewOrder> <IndustryType>EC</IndustryType> <MessageType>A</MessageType> etc.

    Does anyone know how to add the tags/attributes they need? I assume it's to the paymentech.php file, but it's way beyond my knowledge.

    Cheers,

    Robbie

    http://download.chasepaymentech.com/...cification.pdf

  7. #37
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    207
    Plugin Contributions
    0

    Default Re: Paymentech Purchase Card Level II data

    Only four tags/attributes need to be added:

    <PCDestZip>
    <PCOrderNum>
    <TaxInd>
    <Tax>

    R

  8. #38
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    The Orbital certification person responded to me with the quote below. I'll be modifying the script I suppose, but what a pain working with this company has been.

    Hello

    Please correct the issues below and resubmit the script for review once the issues are corrected.

    -CardSecValInd is only supported on Visa and Discover and should only be sent on those card types if CardSecVal is provided. Please omit the CardSecValInd on all other transactions.

    -AVSDestzip, AVSDestaddress1, AVSDestcity, AVSDeststate, AVSDestphoneNum, & AVSDestcountryCode should only be used for "Bill Me Later" transactions. Please remove from your request

  9. #39
    Join Date
    Jan 2009
    Location
    Montreal, Canada
    Posts
    207
    Plugin Contributions
    0

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    I just went through the same thing (the woman was very patient in going back and forth with me many times) and figured out how to delete those parts from /includes/modules/payment/paymentech.php

    PHP Code:
    <NewOrder>
                    <
    IndustryType>EC</IndustryType>
                    <
    MessageType>" . ( MODULE_PAYMENT_PAYMENTECH_AUTHORIZATION_TYPE == 'Authorize' ? 'A' : 'AC' ) . "</MessageType>
                    <
    BIN>" . MODULE_PAYMENT_PAYMENTECH_BIN . "</BIN>
                    <
    MerchantID>" . $MerchantID . "</MerchantID>
                    <
    TerminalID>" . MODULE_PAYMENT_PAYMENTECH_TERMINAL_ID . "</TerminalID>
                    <
    AccountNum>" . $_POST['cc_number'] . "</AccountNum>
                    <
    Exp>" . $_POST['cc_expires'] . "</Exp>
                    <
    CurrencyCode>" . ( $_SESSION['currency'] == 'CAD' ? '124' : '840' ) . "</CurrencyCode>
                    <
    CurrencyExponent>2</CurrencyExponent>"
                    . ( ( 
    $_POST['cc_type'] == 'MasterCard' ) || ( $_POST['cc_type'] == 'Visa' ) ? '
                    ' : '') . "
                    
    <CardSecVal>" . $_POST['cc_cvv'] . "</CardSecVal>
                    <
    AVSzip>" . $order->billing['postcode'] . "</AVSzip>
                    <
    AVSaddress1>" . $order->billing['street_address'] . "</AVSaddress1>"
                    . ( 
    $order->billing['suburb'] ? '
                    <AVSaddress2>' . 
    $order->billing['suburb'] . '</AVSaddress2>' : '' ) . "
                    
    <AVScity>" . $order->billing['city'] . "</AVScity>
                    <
    AVSstate>" . $paymentech_state_billing_code . "</AVSstate>
                    <
    AVSphoneNum>" . substr(eregi_replace("[^0-9]", null, $order->customer['telephone']), 0, 14) . "</AVSphoneNum>
                    <
    AVSname>" . $_POST['cc_owner'] . "</AVSname>
                    <
    AVScountryCode>" . $paymentech_country_billing_code . "</AVScountryCode>
                    <
    OrderID>" . $new_order_id . "</OrderID>
                    <
    Amount>" . number_format(($order->info['total'] * $order->info['currency_value']), 2) *100 . "</Amount>
                </
    NewOrder
    It wasn't enough to // block them out of the code. Keep in mind I deleted CardSecValInd (and not the similar CardSecVal) because, at least for now, I'm not verifying the extra 3-4 digits on any card. Assuming you will want to verify it, that part of the code needs to be in for Visa and Discover.

    Cheers,

    R

  10. #40
    Join Date
    May 2007
    Posts
    99
    Plugin Contributions
    0

    Default Re: Paymentech (aka VersaPay, aka Orbital)

    It seems they are right. In this module's code you can see (line 412):
    PHP Code:
    . ( ( $_POST['cc_type'] == 'MasterCard' ) || ( $_POST['cc_type'] == 'Visa' ) ? '
      <CardSecValInd>' 
    . ( ( $_POST['cc_cvv'] != '' )? ) . '</CardSecValInd>' '') . 
    According to :
    http://download.chasepaymentech.com/...cification.pdf

    CardSecValInd is "Supported by Visa and Discover only". So the MasterCard in the code should be changed to Discover.

    As for the other values she said I needed to remove, the XML specification document titles of those values actually include Bill Me Later as below:
    "Bill Me Later Cardholder Destination Address Zip Code". So I suppose she's right again. I've removed them and will submit the test again and hopefully 6-7 days later I'll be in business.

 

 
Page 4 of 8 FirstFirst ... 23456 ... LastLast

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
  •