I am using Authorize.net payment gateway in my wordpress woocommerce site.
I want to have feature like ARB , CIM and subscription, so i got a plugin named Authorize Net CIM i have installed it.
I have used sample credit card number but still it giving error Payment declined . I have already enabled TEST mode.
So i have 2 question:-
Is Authorize Net plugin for subscription is not free ? coz internet has so many plugins free, not able to take out which one to use for ARB,CIM amnd subscriptions.
Why i am getting the payment declied issue.
Related
I have an e-commerce on Wordpress where I put my products for sale through WooCommerce and a demand arose for an advantage club where, after payment was made, it would send data to an API to create an account on a platform and when is no longer paid to be deactivated by the same API. How can I do this? Is there any way?
I looked for documentation on the internet but I couldn't find much.
You can use, a hook that runs when an ordered is marked as completed:
woocommerce_order_status_completed
if that doesnt work for you, you need to check the payment gateway provider, to see what hooks they offer
I am working on this website: http://wolves.phiresky.com/
It is an ASP.NET webpage using entity framework.
How can I make this a shopping cart?
How can I make this a shopping cart which can integrate with PayFast.co.za Payment Gateway?
The way that most developers create a shopping cart, including myself, is to create a object, often called cart, and then place that cart object into the visitor's session. This way the cart is accessible via the session object each page request. Integrating with a payment gateway is a whole other matter. To do that you will need to review the api documentation from the payment gateway company and then call the payment api's as appropriate.
The easiest to get started with a payment gateway is to try out Paypal, they offer test accounts and there is plenty .Net documentation to get you started. So using that you can run a test and see how online payments can be integrated. Also i see your prices are in ZAR, there is a couple of SA based payment gateway companies that you can easily integrate with, just run a google on SA payment gateway companies.
I used woocommerce product to subscribe with free trial period through stripe payment gateway in my site.I have used woocommerce,woocommerce subscription,woocommerce stripe gateway plugins for this process.I checked this in localhost with test stripe account.
First payment for subscription is working fine,but recurring payment is not working with stripe even also i run schedule action option in wordpress and not able to see the error log.I created subscription plan in stripe in name of Basic. can anyone provide solution for this issue?
I'm trying to launch an online store using Wordpress, WooCommerce and the "Paypal for Woocommerce" Plugin.
On Paypal, Guest Checkout is only available on mobile, but it's not an option on desktop. I read somewhere that you need to add this lines to your SetExpressCheckout API Call but I don't know where to put them:
SOLUTIONTYPE=Sole
LANDINGPAGE=Billing
Can anyone using this plugin help me? Thank you.
it is true that if you add those parameters to the SetEC API call it will enable guest checkout and present the credit card form on the hosted page. To add these parameters, however, you have to alter the source code of the plugin. If you are using Angelleye's plugin there is a setting:
PayPal Account Optional – If your PayPal account is setup with PayPal Account Optional enabled (available in your PayPal account profile) then setting this option here will provide a better checkout flow for non-PayPal users. It will be more obvious that you do not need a PayPal account in order to complete payment, and this will typically increase conversion rates.
you can see complete documentation here.
Does the wordpress e-commerce plugin has the authorize.net payment gateway?
Yes, the WordPress E-Commerce plugin has an Authorize.Net payment gateway integration module and you do not need gold cart for that if you use the following WP E-Commerce Authorize.Net module from codecanyon.
Yes, but you need to also install the gold cart plugin for that.
There are several plugins available that support Authorize.net, however, they don't all support the same interfaces. Authorize.net provides the following APIs
SIM = Simple Integration Method
AIM = Advanced Integration Method
ARB = Automated Recurring Billing
CIM = Customer Information Manager
All but the first require that you also install a secure certificate on your site to encrypt communication of credit card or check details. The first option, SIM, sends the user to Authorize.net's site to complete the payment, so it's on their secure connection.
CIM isn't likely to be supported in a plugin since it's for more advanced ecommerce functions and wordpress wouldn't be a fit for them anyway.
There are some free options that you can find in the directory:
http://wordpress.org/extend/plugins/search.php?q=ecommerce
You can also choose a commercial option, such as this:
http://simplecreditcardpayments.com/
Here are details about how to get SSL on your wordpress blog to support Authorize.net
http://www.youtube.com/watch?v=8F8iPxs4naY