Announcement

Collapse
No announcement yet.

New MasterCard numbers

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

    New MasterCard numbers

    Store owner was just notified (via phone) from her gateway (PayPal) that MasterCard has run out of numbers and will start issuing cards starting with the number 2. They were wonder if there will be any impact on payment processing within their store. I was thinking the only ones that might be affected are stores that still use the old mod10 method. Thoughts?
    Last edited by lesliekirk; 06-08-17, 07:40 AM.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Wow, interesting. Should be easy fix for the mod10 mod just adding the 2 prefix, since the mathematical formula it uses will still work. I'll check on the gateway side but most likely it will be a non-issue as I don't think any of the payment mods look at a card number as anything other than submitted data to pass along.
    David Hubbard
    CIO
    Miva
    [email protected]
    http://www.miva.com

    Comment


      #3
      Will the Levels Readytheme auto card selector be effected?
      Bruce Golub
      Phosphor Media - "Your Success is our Business"

      Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
      phosphormedia.com

      Comment


        #4
        Current releases of the ReadyThemes should already have support for the 2-Series MasterCard number for the built-in card detection function. To make sure your version of Levels is up for the challenge, check that in the scripts.js file, within the jsOPAY function at about line 1357, the URL being called is:
        Code:
        https://cdnjs.cloudflare.com/ajax/libs/jquery.payment/2.0.0/jquery.payment.min.js
        Matt Zimmermann

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          Originally posted by Matt Zimmermann View Post
          Current releases of the ReadyThemes should already have support for the 2-Series MasterCard number for the built-in card detection function. To make sure your version of Levels is up for the challenge, check that in the scripts.js file, within the jsOPAY function at about line 1357, the URL being called is:
          Code:
          https://cdnjs.cloudflare.com/ajax/libs/jquery.payment/2.0.0/jquery.payment.min.js
          Yea, this is why we always try to source features from a CDN source instead of local sourcing...let other people update our scripts :)
          Bruce Golub
          Phosphor Media - "Your Success is our Business"

          Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
          phosphormedia.com

          Comment

          Working...
          X