A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Client wants to process credit card details via form

  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    141

    Client wants to process credit card details via form

    Hi,

    I have been asked if I can set-up a form to include name, address etc. The client also wants the customer to give their credit card details to be able to purchase a catalogue from them (costs about $5).

    Can anyone tell me how to set this (without a shopping - cart of course), and for the payments to be secure? Are there any scripts that I can use - templates?

    The company is based in the UK.

    Any help appreciated.

    Jged


  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    even if you are using a secure server (costs a bit more than regular), you would probably mail the order (including the cc number) unprotected. Also, the actual payment would have to be processed in a separate process.
    Since the site is selling a product that is always available and has a fixed price, you should use a solution where a html window to a payment system opens and the order details are sent to you after the financial deal is settled. The fact that a fixed price can be registered with the payment system helps to avoid fraud

    Musicman

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    1,145
    Get a secure site certificate so the little lock thingy on the browser works and the customer feels safe.

    The people selling the catalogue must be able to process credit card orders themselves.

    You're going to have to make a form to gather info. Check other sites to see how they do it. Copy what you need. The form emails the order information to the client and a confirmation (not receipt) to the customer telling them their order has been placed, not accepted. The client processes the order and then emails the customer a confirmation of purchase.

    Don't store the credit card information anywhere. Email it off to client.

  4. #4
    FK megalomaniac MEGALO's Avatar
    Join Date
    Jul 2002
    Location
    Hell
    Posts
    307
    Originally posted by moot
    Get a secure site certificate so the little lock thingy on the browser works and the customer feels safe.

    The people selling the catalogue must be able to process credit card orders themselves.

    You're going to have to make a form to gather info. Check other sites to see how they do it. Copy what you need. The form emails the order information to the client and a confirmation (not receipt) to the customer telling them their order has been placed, not accepted. The client processes the order and then emails the customer a confirmation of purchase.

    Don't store the credit card information anywhere. Email it off to client.
    How does one aquire a secure site certificate?

  5. #5
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    ask your hosting company or places like thawte and verisign

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center