Announcement

Collapse
No announcement yet.

PC credit card swipe - Payflow Pro

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

    PC credit card swipe - Payflow Pro

    Is there a PC software based credit card swipe terminal solution available that will work with the an existing Payflow Pro account ? PayPal - Payflow Pro seems to indicate there is a way or likely someone has this done already.

    So far I've only found that we are offered a 300 to $600 terminal plus $20 min for 2 year contract for an additional Nova merchant account.


    var TC; function WME(XX){ var TITL = XX+' '; var TAB = ''+ ''+ TITL+ ''; if(TC != XX){document.write(TAB); TC = XX;}} Answers to common questions regarding Card-Present Transactions Solution ID: vs15603 WME('Answer:'); Answer:
    Why should I use VeriSign's Payflow Service instead of using my merchant banks card swipe terminal?
    Many merchants choose to utilize the VeriSign gateway as the preferred method for processing card present (face-to-face) type transactions. Using the Payflow service to process this type of transaction has many benefits that help improve your operating efficiency. Such as:
    • 1-3 second transaction "approval" means faster transactions and less time your customers need to wait.
    • "Always on" processing connection. There is no wait time for the modem to dial-in.
    • No need to pay for a redundant telephone line.
    • Simple card swipe reader costs less than a dedicated card terminal (VeriFone, etc.).
    • Transaction information and responses can be integrated within the point-of-sale (POS) application.
    • Transactions captured in PayPal Manager.
    Note: To receive the best discount rates from your merchant bank, you must contact PayPal Merchant Services support department by e-mail at [email protected] and request to have Retail Swipe activated on your account. Include your account login ID with your request.
    What do I need to do in-order to accept card-present transactions?
    In order to process card-present transactions and receive the card-present discount rates from your merchant bank, you must have a Payflow Pro account and utilize the Payflow Pro APIs along with a card reader to pass through the track 1 or track 2 data (the magnetic stripe information) from the credit card. Only Sale type transactions are considered card-present and will receive the best discount rate, all other transaction types will be downgraded. In addition to the normal fields passed to VeriSign during the approval process, the processing of card-present transactions requires only a simple addition to the name value pairs that you send. The additional variable name (name value pair) for card-present transactions is called "SWIPE".
    This sample Sale transaction string shows the information that would be sent in a SWIPE transaction:
    "TRXTYPE=S&TENDER=C&PARTNER=VeriSign&USER=SuperMerchant&PWD= SuperMerchant&SWIPE[39]=;4012000033330026=05121011000012345678?&AMT=21.00"
    Note: Since the track data contains an equal sign which is considered a special character with VeriSign, you must follow the guidelines regarding the "length tag" that can be found in the Payflow Pro Developer's Guide under "Using Ampersand and Equal Sign Characters in Values".

    Also, when sending the data to VeriSign only track 1 or track 2 data should be sent, not both. Send the track 1 data first, and if not possible (damaged), then send the track 2 data.
    For more information on sending "swipe" data refer to Appendix A of the Payflow Pro Developer's Guide.
    If you are interested in learning more about what data is encoded on the swipe portion of a credit card go to: http://www.howstuffworks.com/credit-card3.htm.
    How do I know if my merchant account can accept card-present transactions?
    PayPal is certified to process card-present transactions on the processing platforms. Verify with your merchant bank the processor your account is setup on.
    • First Data Merchant Services (FDMS) Nashville
    • First Data Merchant Services (FDMS) South
    • Vital
    • Paymentech
    • Global Payments East
    Can I obtain a credit card swipe machine from VeriSign?
    VeriSign does not supply card swipe machines or any type of credit card supplies. Contact your merchant bank to obtain these products. You can not use a card swipe machine with your Payflow account since a card terminal (machine) is designed to work with a different type of processing network. However, you can use a card swipe reader attached to your computer.





    WME('Goal:'); Goal:
    Obtain a card swipe machine
    WME('Goal:'); Perform card present transaction
    WME('Goal:'); Enabling card present transactions using Payflow Pro
    Thanks,
    -Barrett
    Favorite Host Hostasaurus.com
    Order Processing by Shipworks.com
    Kindly Suggesting to:
    *Dump Explorer and http://GetFireFox.com
    *Post a meaningful subject line.
    *Click the # button before pasting code

    #2
    Re: PC credit card swipe - Payflow Pro

    Thanks for the paypal information. I am considering using paypal for my merchant account as the fee's are very reasonable. I'm currently using www.cardservicesales.com to process my online payments and it works great but I am looking for another credit card processor.

    Comment


      #3
      Re: PC credit card swipe - Payflow Pro

      I've developed both a web solution and a local desktop solution for this using PayPal Payments Pro. Here's a video demonstration:

      http://www.angelleye.com/temp/paypal...fsale/pos.html

      Comment


        #4
        Re: PC credit card swipe - Payflow Pro

        What does the web solution of your development look like?
        Would it be for customers to pay invoices online?

        Comment


          #5
          Re: PC credit card swipe - Payflow Pro

          Originally posted by ckozma View Post
          What does the web solution of your development look like?
          Would it be for customers to pay invoices online?
          I've actually ditched the web solution because of complaints about swiping CC numbers into a 3rd party solution. I've created a local desktop solution available for PC and Mac. You can download a free 30 day trial at www.usbswiper.com.

          Comment

          Working...
          X