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,
use ccavnue they support indian debit card/netbanking everything ..but it's not free like paypal..have setup charges
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 ?
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
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]
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 ?