Integrating two sites payment to single payment gateway in nopcommerce - nopcommerce

I am having two sites, say abc.com and def.com. Now abc.com is developed with nopcommerce and have a payment gateway integrated to it by nopcommerce. Now in def.com there is a payment process. Now I should be able to do payment from def.com through abc.com(payment gateway) only which is build using nopcommerce. def.com is developed in MVC with EF.
Is this possible, If possible can some one give me some inputs on how to achieve this.
Thanks in advance..

In short, i dont think you can call nop commerce payment gateway from another application.
But there are few options to consider,
NopCommerce payment plug-in itself designed to be plug-able. So you can copy the payment plugin design of nopcommerce to your website and use nopcommerce plugin.
NopCommerce payment plug-in is also a mvc based solution. So you can add that plugin code into your application as a part of your website.

Related

Stuck at integrating payments and redirections on a WordPress website

I'm developing a WordPress website and finding myself stuck at a point. I have made several e-commerce sites and blogs but haven't really made this type of website.
This is an educational website. I'd like to know how can I implement the following workflow.
1- Someone comes and registers themself.
2- Pays a specific amount.
3- After the confirmation of the amount, he will be redirected to all the resources.
I'm actually done with the registration process, now I'd like to know how can I do the /2 and /3.
If there are any free or paid plugin which offers this workflow, please mention.
You can use Gravity forms (https://docs.gravityforms.com) to display the payment options. This can be used along with a customizable payment plugin (preferably with Gravity Forms integration) that will allow redirection to the required resources on payment confirmation, similar to this plugin offered by Novalnet.

Application ID for PayPal integration with Woocommerce

I am working with Wordpress and Woocommerce in a local environment. It is required the app id in order to make the API calls. In Sandbox mode I am using APP-80W284485P519543T, this is mentioned here: https://developer.paypal.com/docs/archive/adaptive-payments/. To go Live I have created an app on Paypal and I tried to reach https://docs/api/goingLive/ (as it was written in the guide). I can't reach this page and I am not able to find the application id. How can I solve this issue?
Thank you very much for your kind help.
Adaptive Payments was deprecated in December of 2017. No APP IDs are available.
Switch to a plugin that uses a supported integration method, such as PayPal Checkout / Smart Payment Buttons.

Link Paypal payment to asp.net website

I'm trying to link my asp.net website to Paypal payment system..
I had created my business profile on Paypal and add paypal buttons to my web page but I can't understand how to make Paypal reference the information..
any one have idea ?
For paypal integration, you need to do implement the code, Here I put the SDK and Rest Api link take look into:
Visit https://developer.paypal.com/docs/api/rest-sdks
Visit https://developer.paypal.com/reference/

Woocommerce - Multiple banking accounts

I've a wordpress/woocommerce application with two checkout pages. Now I offer Paypal and Sofortueberweisung as payment gateways to my customers. The thing is that I would like to send the money to a particular banking account, depending on the checkout page.
Problematic is that I can input only one project id in the woocommerce backend corresponding to one banking account. Do I have to install a second wordpress/ woocommerce application to achieve my goal?
If someone is in the same situation: Installing a separate wordpress instance is definitely the cleanest solution to achieve this kind of goal.
Keep in mind that you have to buy a separate licence for Sofortueberweisung.

Wordpress wpmember plugin payment method with Infusionsoft payment gateway

Is it possible to use wpmember (http://wordpress.org/plugins/wp-members/) plugin integrate payment method using Infusionsoft payment gateway?
How to use Infusionsoft payment gateway in wordpress?
InfusedWoo supports using the Infusionsoft payment gateway with WooCommerce. Works great.
WP Fusion is another option for creating a membership site and making WordPress aware of your contacts. I've helped clients with iMember360 and WP Fusion and much prefer the latter.
There are various plugins you can use with wordpress such as iMember360. This will give access to users who have purchased from you in Infusionsoft.
If you are looking to charge users on your wordpress site instead of using the infusionsoft shopping cart you can try Payment Gateway for WooCommerce
If you are interested in programming it yourself you can use the Order Service to create an order in PHP from a custom module/plugin you create.

Resources