1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP integerated Checkout

Discussion in 'PHP' started by adwebtiser, Oct 31, 2009.

  1. #1
    Hi guys,

    I was wondering if anyone could give me a starting point for a checkout system which uses any payment gateway apart from paypal (ie google checkout, worldpay, ...) so that it would take payments from the debit/credit card without coming out of the website and redirecting to for example googlecheckout site.

    I know it is possible and I would require a SSL certificate for it, I just am new in this part of php if anyone could point me to a good tutorial it would be fantastic. also which gateway is the easiest or best to go with as well

    Thank you.

    PS - I have already searched all over google code website for checkout and couldnt find anything apart from a sample code that doesnt work =/
     
    adwebtiser, Oct 31, 2009 IP
  2. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #2
    if you ask me I would only trust paypal or google checkout. I will never submit my personal information, not even speaking about my credit card details!

    when it redirects me to paypal I feel more safe.
     
    astrazone, Oct 31, 2009 IP
  3. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's not up to me, it's what my client wants. To many businesses it doesnt look professional if the website redirects customers to another site like paypal; which is why paypal charges extra for this feature.
     
    adwebtiser, Oct 31, 2009 IP
  4. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #4
    see zen-cart if its what you need.
     
    astrazone, Oct 31, 2009 IP
  5. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I dont think I explained myself very well, I dont want a ecommerce software like zen-cart or oscommerce, the website has it's own custom checkout page and they want me to integerate it with preferably google checkout. I can integerate it with google checkout but it comes out of the website and goes to googlecheckout website to proceed. I need it to proceed and take the payment using googlecheckout without the user having to come out of the website.
     
    adwebtiser, Oct 31, 2009 IP
  6. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #6
    google checkout API. they have a very good reference. I am not sure if it send you to their page or not. but I dont think so.

    Good luck.
     
    astrazone, Oct 31, 2009 IP
  7. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I did mention on my first post that I have already checked that place. Please read my message before posting. Thanks
     
    adwebtiser, Oct 31, 2009 IP
  8. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You'll find a lot of sites actually redirect from the main site to the payment gateway (ie worldpay, protx, paypal and so on) because they're reputable companies that people trust (like astrazone)

    If you want to integrate google checkout you will need to use the google checkout API
    There's full guides on how to go about this that can be found here
    http://code.google.com/p/google-checkout-php-sample-code/
     
    JAY6390, Oct 31, 2009 IP
  9. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
  10. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #10
    thats exactly that he didnt want. its read his reply to my post.
     
    astrazone, Oct 31, 2009 IP
  11. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    yes I did check there already, what I found from google API was this:

    http : // code.google.com / apis / checkout / developer / Google_Checkout_Custom_Processing_How_To_HTML . html

    which has got a sample code at the bottom but the sample code is not working and the tutorial I found not complete enough for me. I was hoping to find a better guide somewhere else but looks like there isnt any.
     
    adwebtiser, Oct 31, 2009 IP
  12. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Yeah I just saw :rolleyes:
     
    JAY6390, Oct 31, 2009 IP
  13. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #13
    astrazone, Oct 31, 2009 IP
  14. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    yes thanks, that is for a normal integeration (the one that redirects) if I am not wrong, I need one that requires SSL Certificate and doesnt redirect.
     
    adwebtiser, Oct 31, 2009 IP
  15. innovatewebs

    innovatewebs Well-Known Member

    Messages:
    194
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #15
    Hi
    I have more then 4 year exp in php and mysql tech.
    I think you wanted a solution like user will perform all payment process in you website no need to go at payment gateway website for payment. Am i correct ?
    I get back to you with solutions
     
    innovatewebs, Oct 31, 2009 IP
  16. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    yes that is exactly what I want!
     
    adwebtiser, Oct 31, 2009 IP
  17. astrazone

    astrazone Member

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    33
    #17
    I didnt find anything about ssl with google integration. but I cant understand why cant you send the people to do the purchase and when they are finished they are back to your website.
     
    astrazone, Oct 31, 2009 IP
  18. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #18
    as I say thats what the client wants not me, it wouldnt bother me to be fair but it's their site and they want it like that.
     
    adwebtiser, Oct 31, 2009 IP
  19. innovatewebs

    innovatewebs Well-Known Member

    Messages:
    194
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #19
    Do you want it in paypal? i can do it in few hours
     
    innovatewebs, Oct 31, 2009 IP
  20. adwebtiser

    adwebtiser Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Does anyone reads the OP here? LMAO
     
    adwebtiser, Oct 31, 2009 IP