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

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.

Related

Has anyone ever added google pay to a cybersource integration in shopify plus

Cybersource is the payment provider for my Shopify plus store. Within that I have payment methods which include VISA/Mastercard/Applepay. Google pay should also be available here but doesn't exist in the list of options. I can't believe Cybersource doesn't support Googlepay. When I have asked Cybdersource they say that the integration is managed by Shopify, but Shopify tell me I should use ShopifyPay if I want to have GooglePay, I can't believe this, it seems more likely that someone needs to refresh the API to make G-pay appear in the list of options.... does anyone have experience of this?
Thanks so much
I have been bouncing between Shopify help and Cybersource help they both just say it's down to the other.

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???

What types of integrations are offered by BlueSnap?

I hear a lot about BlueSnap as a potential Payment Gateway for merchants like me, does anyone know what kind of account integrations the offer?
You can see the integration options in this page, the main questions you should ask yourself are whether you'll need to work with a product catlog or not - and whether you have the resources to develop with the API solutions.
If you're already using shopping carts, you can integrate Magento, PrestaShop or WooCommerce with BlueSnap.

Create custom shipping method in Bigcommerce

I want to add my custom shipping method using Bigcommerce API. I don't want to use any of the pre-existing methods such as flat rate, free shipping, FedEx, Australia post etc.
I have gone through their API, especially shipping resources, but it doesn't seem any methods are available to add our own shipping method.
Shipping resource API documentation
https://developer.bigcommerce.com/api/stores/v2/shipping/methods#get-shipping-method
I don't even know do we need special permission fro Bigcommerce guys to add shipping method.
Please help if anybody has developed or trying to develop similar thing.
Thanks.
I need to integrate third party shipping calculator to bigcommerce site. First thing is that bigcommerce is a hosted solution which means that we don't have direct access to their code via ftp. So we can't modify the code to add our shipping calculator.
2nd thing is that they do not allow any unsupported thirdy party gateways or softwares.
Read this
https://support.bigcommerce.com/?page=support_policy
They say that:
Unsupported Gateways and Third Party Software
We are not able to support any third party gateways or third party software we do not integrate with. We are unable to provide any "How to use", modify or extend the use of any third party software outside of any documentation we've provided.
Also note that bigcommerce API is not for this purpose. It comes in use when someone wants to pull data from bigcommerce shop via its api. You are looking at this in reverse direction which is wrong.