Not able to integrate netbanking and other payment options in payumoney - payumoney

I want to integrate the payumoney redirect URL when netbanking is selected or debit card is selected.I have implemented the credit card payment which was in the integration kit and it is working fine.But I cannot find options for debit card,netbanking and other options,Please guide me.
I have implemented the below using java.

Are you using it in Test mode?
If yes, PayUMoney does not have payment options for sandbox so you can only use the card option using the test card credentials given on the website. If you want to check transactions with other options you need to check those in Live Mode only. Note that in live mode you'll be having all the payment options. I hope this helps.

I downloaded the JAVA Project supplied from Payumoney and I could get the other options like netbanking,debit card and UPI

Related

How to integrate GooglePay to Big Commerce store using Authorize.net as payment gateway?

I want to integrate GooglePay to my BigCommerce Store.
I'm using Authorize.net as a payment gateway.
I had a chance to research if it's possible, but from those links below I wonder if it's impossible.
https://community.developer.authorize.net/t5/Integration-and-Testing/Google-Pay-integration-with-Authorize-net/td-p/61667
https://developers.google.com/pay/api/#participating-processors
They say "Authorize.net is not supporting GooglePay"
I'm wondering because auth.net supports GooglePay and there's even a setting in auth.net to setup GooglePay.
So I'm wondering if I can customize BigCommerce to implement it.
Please let me know if it's possible or not, and if possible please help me to figure it out.
Authorize.Net is on the Google Pay's list of supported PSPs and contains a link to Authorize.Net's developer site.
BigCommerce has an article on Google Pay integration however, I don't know if this extends to also include Authorize.Net. You may have to reach out to Authorize.Net or BigCommerce for more information.

How to integrate PayPal into Aqbanking (HBCI)?

Since some time aqbanking supports paypal for hbci but I do not find any examples or documentation about that.
Does anyone can give me a legit example how to integrate paypal to download the current balance and also the last transactions like for any other bank supporting hbci?
If your version of AqBanking supports Paypal, it will appear in the list of protocols for a new user alongside HBCI, EBICS, OFX and offline. Many distributions, however, do not include support for Paypal.

Shopify Plugin for making custom payement gateway

I want to make the custom payement gateway in the shopify so which programming language would be suitable for making plugin and also give some hint how to proceed in it.
For making plugin for payement gateway do we have to use public app or private app???
Since Shopify apps integrate via REST any app language that you are comfortable with will work. Shopify officially supports Ruby, Python and Node
However as #david-lazar writes you cannot directly integrate a gateway. Shopify does support dozens of payment processors so you really should look at all of those to see if one meets your needs.
If you really need your own payment processor you'll have to either
implement a Sales Channel
or intercept the checkout process and dump the cart and customer info to a custom app.
This will let you integrate your payment gateway but you'll also have to write the whole checkout. The Sales Channel app would have to go through PCI compliance certification (unless you want to use it with Stripe) and your liability insurance would probably require your custom checkout to go through it as well.
A Sales Channel would require the whole theme to be adjusted. You have to adjust: the add to cart; cart display; and checkout. The custom app would require all your checkout links to be adjusted so that the checkout process ends up at your app instead of at the standard checkout.
It's all quite doable but unless you have a compelling business reason (e.g. scheduled delivery or your own custom discount scheme) then you are way ahead finding one of the supported processors that will work with your business.
You cannot make a custom gateway for Shopify. Those days are long gone.
We wanted to make the payment gateway in which payments would be done through the bitcoin through the concept of lightning network so would it be possible to do through this???

How to add Basket details to in SagePay payment using BVCommerce in VB.net?

I am working on E-Commerce website which is based on BVCommerce(http://www.bvcommerce.com/) and VB.net based. I want to implement payment functionality using SagePay. But I don't know how to implement it using BVCommerce. I know how to implement in simple website using SagePayaccount details, return url and basket details.
Can anybody suggest me how to implement payment gateway for SagePay using BVCommerce using VB.net? So, I can atleast get start.
Please suggest.
BV Commerce has documentation on their website for how to create a custom credit card payment gateway integration, including a downloadable code sample.
If you have further questions you may want to try posting on their forum.

How do you use UIWebview to make a transaction using Paypal and retrieve a receipt or transaction information.

I've seen different documentation on various forums and site on different ways of using Paypal api, here is a pretty useful link: https://cms.paypal.com/us/cgi-bin?cmd=_render-content&content_ID=developer/e_howto_api_ECOnMobileDevices&bn_r=o/, My question is a little different i do not want to use any of the Paypal libraries offered to us in my app, this is the link to libraries:https://www.x.com/developers/paypal/documentation-tools/sdk , I also do not want to gather any personal information, I want Paypal to take care of everything. So in other words I want to be able to open up a UIWebview to the Paypal's mobile site if possible (or if not the regular site will work) have to user log in with his credential or he can use the express checkout option and get back the transaction ID, or receipt what ever is available. I'm a little new to iOS and any help is appreciated.
If you don't want to use any libraries or API's, Express Checkout won't work for you.
Which does make it somewhat easier, as you can just use PayPal Website Payments Standard in a UIWebView instead.
For example; just open https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=your#email.tld&amount=1.99&currency_code=GBP
This will start a 1.99 GBP payment to email#here.tld via PayPal, and automatically use a mobile layout.
If you subsequently want to receive transaction information; set up PayPal IPN on your account and use that to receive transaction-related events. This can be handled outside your app, and thus take away precious processing power to the server.
For an overview on getting started with PayPal IPN, have a look at https://www.paypal.com/ipn/
I would strongly suggest against trying to do transactions through paypal. If you look at the App Store Review Guidelines it states that
11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase content, functionality, or services in an app will be rejected