• I have created form to sale a special product. But i want to get paid by buyers via credit card. They should able to pay via credit card directly.
    https://practicalsleep.com/order_product.php
    This is the form And I wish to add fields. Credit Card Number, CCV, Name, Expiry date etc to get payments from it. Please help me to do so.

Viewing 1 replies (of 1 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    Adding payment solution is not as simple as adding fields to a form, you need to work with a payment processor who will process your card payments.

    You also need to securely take those details, you can’t just have them stored on your server, and you don’t want to be taking card payments over an unsecure connection.

    Therefore I would recommend you look at the e-commerce solutions for WordPress, you can find several good ones in the the plugins section. Research payment providers and select one that works with the e-commerce solution and go down that route.

    The big thing you don’t want to do is actually take and collect payment details yourself. At best you are exposing yourself to a world of hurt, at worst it maybe illegal without the relevant paperwork in your country.

Viewing 1 replies (of 1 total)
  • The topic ‘I want to add Credit card payment directly to page.’ is closed to new replies.