Advance integration of ccavenue - php

I have integrated ccavenue payment gateway in my site, on which user redirect to ccavenue.com to fill the form (it can be autofilled) and select the payment option.
But I don't want to redirect users to ccavenue to fill that form and select payment option. Instead I want user can select payment option from my site and redirect directly to that banks interface on behalf on ccavenue.
for example site mobikwik has this type of integration.

The integration you are looking for is called 'Seamless Integration'. The documentation for the same can be requested by ccavenue by emailing their technical team and providing your merchant id.

It is called the CCavenue IFRAME integration. You need to contact the ccavenue guys for that. There is a readymade plugin available for IFRAME integration but only for magento. We need to use the php kit provided by the ccavenue and manually integrate it. Its a difficult task.

seamless and PCI/DSS this two term you have search
In ccavenue there is one another method called "iframe checkout form" which seamless you can go with that.
You can have seamless payment integration on your website only if you have PCI-DSS compliance according to the RBI guidelines and security

Related

Can we customize CCAVENUE payment page?

Can we customize CCAVENUE payment page where??is that possible?? I'm using INDIPAY package in laravel 5.3.
Please check attached Image for more details.
No you cannot. These pages are hosted by the payment processor and not in your application. All the package does is redirect to the payment processor with the appropriate payment data from your application. Unless the payment processor allows for customization of their payment page, this cannot be achieved.
CCAvenue gives you option to stylize few sections by going to Settings > Look & Feel.

Wordpress QNS Booking and PayU Payment gateway integration

I have a wordpress plugin called QNS booking system in which there is only 2 payment methods 1) Paypal 2) Direct Bank Transaction but I like to add another transaction namely PayU which is very popular in India. I am not much into php but my client needs it. So I have added some coding which you can help me through to get an idea and what are the ways which this requirement can be achieved.
Note: payu is available for woo commerce but not for booking systems
PayU Woocommerce Integration
QNS Booking Plugin
I just need only the PayU Payment Gateway others can be optional
Please review the codings and give me a solution guys
Thanks in Advance
To
integrate Payumoney in woocommerce "PayU" provides a simple plugin to
integrate. Install it, enter your credential and that’s all.. Done..
If you want to integrate it in wordpress non e-commerce site, it needs customization. Install PHP kit provided by payumoney.
The
most important you have to pass the values of all required parameter as
mentioned in their documentation. Pass these values with $_POST. That’s
it.
I have done the same thing in Hotel Booking system. Its working fine.If you need any further help, contact me on aryamaae.com

Using paypal on custom website and accept credit / debit Card

I have an issue right now that is killing me, I have implemented several payment options but never used paypal, I don't know why is it so complicated.
The website already exists and wasn't developed by myself.
I don't know the ammount of the order it is dynamic, so the "create payment buttons" on the paypal website doesn't work for me, at this point i developed a solution using
PayPal developers
But it turns out that i only have the option to pay with a PayPal account or register a PayPal account, I do not want to force customers to do this, it has no sense. is there any relatively easy solution out there using the same PayPal API?
EDIT
The whole site code is in PHP so i need the solution in this language
As you have mentioned that you are aware of one payment method i.e. Express Checkout ( in which user needs to have a valid Paypal account) so the other method which I think you need is the Direct Payment (i.e. a user can pay with credit cards directly without any Paypal account) API.
For this direct payment api you need to enable Website Payment Pro WPP , here you can get info about WPP.

stripe payments without popup

I am trying to integrate Stripe on a Symfony2 project, and the only payment method I see on their documentation is the "Pay with card" button https://stripe.com/docs/checkout which creates an embedded popup on my project. But the problem is that I need the users to insert their credit card number on Stripe's website, just like Paypal does. Is there any payment method that Stripe provides, and get all the user's informations from a form that is on their website?
Thank you.
Stripe doesn't offer a redirection to its site to collect card details. (source)
In most instances, buyers don't even know they're using Stripe to pay.
To collect card details and turn them into a token, you can either:
use Checkout, a premade form with some customization options, or
make your own form using Stripe.js.
If neither of these is an option for you, you can check the list of Stripe third-party integrations to see if something fits your needs.
This is now possible.
Stripe customers are now able to use Client-only Checkout feature which is currently in beta. Flow is the same as with PayPal - users will be redirected to Stripe-hosted checkout website.
Directing customers to Stripe to make payments online

Auth.net payment gateway similar to paypal

I have below query.
We are using authorize.net payment gateway for our website. As per our internal company policy
we don't want user to enter their card details on our website, we want them to directly transfer them to authorize.net website and provide all the details(credit cardno,expiry date etc) there similar to paypal.
Does anybody have idea if this can be done.
Thanks.
Authorize.Net offers the Simple Integration Method which is the equivalent of Paypal's hosted forms.

Categories