How to add Basket details to in SagePay payment using BVCommerce in VB.net? - 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.

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 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 get Bigcommerce Abandoned cart details?

I would like to get the Abandoned cart details from the Bigcommerce website using REST API.
Can anyone suggest how we can achieve this. I can able to get the orders and customers using their REST API.
Thanks
There's presently no API endpoints for the Abandoned Cart information. "Abandoned cart" is currently a purely core app function that has no exposure.
If you'd like to reference a company that has found a workaround, you can see something like Klaviyo.

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.

API help commission junction

Im new to the realm of API and I was wondering do I need to paste the code as is or would I need to add javascript and interface to it myself? Im working with commission juntion datafeeds and developer key to make a website that is similar to www.directtextbooks.com
Below is the website link with the instructions that they provide
http://help.cj.com/en/web_services/Product_Catalog_Search_Service_v.2.htm
You can use the API to get data from cj, but the results of the data is for what ever you want to use it for.
Before you start working with API's you should look into programming applications.