How to enable UPI in CC Avenue Payment Gateway - ccavenue

We are able to use Credit/Debit/Netbanking on our eCommerce website using CC Avenue payment gateway. However enable to see UPI payment option
I see there is article https://www.ccavenue.com/upi.jsp saying CC Avenue supports UPI Payment but not able get details how to enable or configure UPI?
Is their any user guide or way to enable UPI Payment on CC Avenue ?

Related

Spartacus - Apple Pay and Google Pay using SAP Digital Payment Add-on and Stripe as PSP

I am using Spartacus 4.2, SAP Commerce 2105 and SAP Digital Payment Add-on. I already configured Stripe as PSP and I am able to register regular credit and debt cards in Spartacus. I completed the google pay and apple pay in Stripe but after that they are not being display in Spartacus payment procedure. Do we need to configure something else in spartacus? Do We need to code something else in spartacus?

React native payment gateway for UAE

I am searching for a good payment gateway plugin for UAE as stripe and Paypal is not available in UAE, Please help me to find out payment gateway for UAE?
You can use original in-app purchase functionality.
Please check https://github.com/dooboolab/react-native-iap

Paypal Test Credit Card Not Working In Test Mode

I am using developing payment services in PayPal. I have the PayPal Manager account. I followed the documentation. But at the time of payment with credit card the test credit cards nor any credit cards from the sandbox accounts are working. Following message appears.
What are the possible solutions?
I ran into this issue with a project a few months back.
Check out this comment it may be of use.
Test credit card numbers for use with PayPal sandbox
As using PayPal Manager. Make sure following setting for test are sets
Login Manager Paypal
Go to Service Settings > Set up
Add Sandbox email
And make access token to Yes
After Login to developer account of PayPal then go to the profile of the sandbox that is attached to manager account. Upgrade your sandbox Account Type to Pro

How do you integrate Shopify ONLY for checkout and payment?

I'm currently building a client site in Craft CMS and they'd like to be able to sell items through the website. It's been suggested that we 'integrate' shopify with the site for selling, so I've set up a trial store.
The problem is that when I set up a custom domain for my Shopify store (changing the CNAME record with the site host), visiting the domain shows me the root of the shopify store, and not the website I'm currently developing. Shopify keep saying it 'integrates' with existing websites but how do you achieve this?
Goal: To use a website designed, built and managed inside Craft CMS, then use Shopify ONLY for the Cart & checkout process. The domain should always be the custom domain and not the mydomain.shopify.com one.
Am I missing something simple, or is it mis-advertised?
You will still want to host your Craft site on your main domain, and then setup a subdomain to point to the Shopify site. Then handle all the product display on your Craft site, and use this plugin to link up the Shopify products to the Craft products. Finally, all you have to do is add the add to cart forms, and then let Shopify handle the cart and checkout process.
To integrate Shopify's checkout and payment processing into an existing website, you can follow these steps:
Create a Shopify store if you don't already have one.
Navigate to the "Checkout" section in the Shopify admin and select "Checkout settings."
Enable the "Customer billing and shipping information" option to allow customers to enter their billing and shipping information during checkout.
Select "Shopify Payments" or another payment gateway as the payment method.
Generate a checkout API key from the "Checkout" section of the Shopify admin.
Integrate the Shopify checkout into your website using the API key and the Shopify Checkout API.
Add the necessary product and checkout buttons to your website, and ensure that the correct product and pricing information is passed to the Shopify checkout.
Test the integration thoroughly to ensure it is working correctly.

How do I change my Sandbox account into a live account?

Our site is ready, but PayPal is still running in Test mode / Sandbox.
How do we make it live and take actually payments? Is this a setting PayPal-side?
CMS is Drupal 7.x
Currently you are having PayPalMode,PayPalApiUsername,PayPalApiPassword,and PayPalApiSignature for test or sandbox mode. But to run on LIVE mode you need to again grab all the above mentioned details from the Real LIVE PayPal account.
Do let us know the Payment method you are using ! I am assuming for DoDirect Payment Method.
Just set PayPalMode = 'live';
On your site, at admin/commerce/config/payment-methods, edit your PayPal WPS settings.
Enter the email address of your real PayPal seller account.
Switch over from "sandbox" to "live", and I would also recommend switching off the debugging mode at this stage.
It is always best to test the live account is working properly by sending through a low-value order using your own credit card. You can then refund the order later if it works.
Hope this will works for you !
You can also follow the following 2 help links:
Drupal Paypal Payment Standard
And
Commerce PayPal Payments Advanced / Payflow Link