Need your opinion on Indian Payment Gateways integration

Discussion in 'PHP' started by sajjadidr, Jul 20, 2013.

  1. #1
    Hi Team,

    Hope you are doing well.

    I just need a small advice from you.

    I have my PHP shopping cart website ready with paypal payment integration.
    However, I need to integrate the payment facility for credit cards and all the netbanking solutions that are available today in India.

    The payment method of vodafone.in is the one that I like.

    How would I be able to achieve that? My website correctly sends the final amount to cart of paypal.

    Awaiting your response,
     
    sajjadidr, Jul 20, 2013 IP
  2. amber.long83

    amber.long83 Active Member

    Messages:
    144
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    78
    #2
    use ccavnue they support indian debit card/netbanking everything ..but it's not free like paypal..have setup charges
     
    amber.long83, Jul 20, 2013 IP
  3. sajjadidr

    sajjadidr Greenhorn

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #3
    Actually this is something which I already know.
    Can someone inform me how can we integrate the Ccavenue payment gateway to a gateway just made for paypal payments ?

    Do we have any idea on the right code that needs to be used for that purpose ?
     
    sajjadidr, Jul 21, 2013 IP
  4. arnav

    arnav Active Member

    Messages:
    247
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    #4
    Hi, Can you confirm what you are looking for?

    For using Just Paypal, You dont need to use any payment gateway services since Paypal itself is good enough.
    You can directly integrate Paypal with your script.

    Are you using any CMS / Shipping script or is it custom built? if you are using a CMS /script usually all of them have paypal integration available either by default or installing a plugin
     
    arnav, Jul 26, 2013 IP
  5. Code Developer

    Code Developer Active Member

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    2
    Trophy Points:
    58
    #5
    You can use Stripe : https://stripe.com/, it would need PHP Library : https://github.com/stripe/stripe-php to accept credit card download here.Check out the documentation and FAQ : https://stripe.com/us/help/faq, Need Support Contact : https://stripe.com/help/contact.

    Examples/Tuts :
    http://net.tutsplus.com/tutorials/tools-and-tips/so-you-want-to-accept-credit-cards-online/
    https://stripe.com/docs/examples
    http://pippinsplugins.com/stripe-integration-part-1-building-the-settings-and-a-simple-payment-form/ [Wordpress]
     
    Last edited: Jul 26, 2013
    Code Developer, Jul 26, 2013 IP
  6. sajjadidr

    sajjadidr Greenhorn

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #6
    Actually, I have a shopping cart which has my products listed , it's actually a shopping website you can say.

    But the payment option is just limited to few, one of them being paypal.

    What i need to achieve is the integration of credit card acceptance into the same php script of my shopping cart.

    Is this a difficult task usually ?
     
    sajjadidr, Jul 31, 2013 IP