spring mvc integration with hdfc payment gateway - spring

Hii I want to build an ecommerce website where I can integrate various payment gateways like hdfc,icici,sbi,kotak,etc.How can it be implemented in spring mvc projects.What are the interfaces,jars,classes required.Do we need to register anywhere.Any help would be deeply appreciated.

There are various payment gateway available for indian merchant like:
CCAvenue
ebs
Citrus Pay
DirecPay
PayUmoney
I would suggest you to use CCAvenue. To integrate CCavenue Payment gateway to your website. you will need to follow below step:
create account in CCAvenue.
verify your mobile and email.
your account will activate within a hour.
you will get username and password
CCAvenue's technical team will check you website ans content and based on that they will mail you.
there are some document you need to provide them like cancelled cheque, undertaking form etc.
after that they will give you marchant id based on your website

Related

How to provide authorization for a Laravel App to charge customer from services and products availed (NOT SUBSCRIPTION OR RECURRING)

I just want to ask how to implement this process in my Laravel 7 app.
On a logged user, he will setup his payment method using Paypal account (some redirection to Paypal page)
After success registration/setup of Paypal account, the app can now charge customer with service/products he availed.
This is not a subscription or recurring payments.
I'm reading the Paypal API Docs but I don't know where should I focus since I don't know the real Paypal Terminology for that kind of process.
NOTE: I already implement this kind of process but on Stripe only where the customer setup his Card or Bank Account then the app can charge the customer.
On PayPal this used to be known as "Reference Transactions with Billing Agreements", and in very new integrations it's called Vault (v2 REST API vault, not the old v1 REST Vault which is of no use)
This functionality is only available if PayPal turns in on for your production account, so you need to contact PayPal about it, specifically the business side of PayPal via https://www.paypal.com/smarthelp/contact-us (not the MTS technical support, they don't enable new features)
If reference transactions does get enabled and approved for your live/production business account (no guarantee of this), then PayPal will guide you on which specific API to use, which could be the newest v2 Vault or something else.

MasterCard Payment Services Integration in magento

I am trying to create magento ecommerce site. I stuck in payment gateway ,really new to payment gateway. I got the merchant id from Mastercard payment gateway, and i choose the hosted checkout method. Now how can i integrate to my magento site. Any help or link will be really appreciated. Thanks in advance.

Integrate payment Gateway with rails

Right now we are owner of site. And we do have 2 types of users. One can organize events and another users can sponser that event. so what I actually need is that once sponsor will do payment to event organizer then entire payment will go in our account.
after verification from our side we will keep 20% of total payment in my account and remaining will goes into event organizer's account.
Any Payment gateway provide this kind of setting.
use gem 'stripe'through easy to Integrate payment Gateway with rails
Stripe Docs

How can i integrate payfort payment gateway in codeigniter

I need to integrate payfort payment gateways to transfer money to other user account.
I found some links as
github documentation suggest
but not getting exactly.
I have to do this in codeigniter project.
Pls suggest any solution...

What i have to do in my app to receive payments? (java - spring)

I am developing a portal where users to access, must buy a plan. This portal is being developed with angular + spring.
To purchase the plan will have to be through PayPal or by entering the credit card information.
I know that PayPal has an API for this case and I have no doubt.
How can I do to implement this logic payments with credit cards? The server part is java soon recommend the use of a service, it must be compatible with Java.
thanks
You should use Paypal Java SDK (https://github.com/paypal/PayPal-Java-SDK). The repository contains working example of performing REST calls to Paypal API, so it should be easy to create a specific Spring service within your app to make use of these calls.

Resources