Widget | Mechanism | Support |
AuthorizeNetGatewayWeb | Webview | ios, android, web |
Getting started
– Create an Authorize.net account to use Authorize.net’s services: https://sandbox.authorize.net/
Usage
Follow this steps:
Woocommerce website:
Add Authorize.net plugin to your Woocommerce:
- Go to WordPress Admin > Plugins > Add New from the left-hand menu
- In the search box type Authorize.net Payment Gateway For WooCommerce
- Click on Install now when you see Authorize.net Payment Gateway For WooCommerce to install the plugin
- Config plugin according instructions (All keys and id you can see in Authorize.net > Account > Setting > General Security Settings)
- Go to Woocommerce -> Setting -> Tab Payments: enable Authorize.net
- Authorize.net plugin guide: https://wordpress.org/plugins/authorizenet-payment-gateway-for-woocommerce/#installation
Mobile app:
- Copy authorize_net_gateway package and add to packages folder in cirilla project.
- Import package in
cirilla/pubspec.yaml
Example:
authorize_net_gateway:
path: ./packages/authorize_net_gateway
Then run flutter pub get in your project
- Add AuthorizeNetGatewayWeb(web view) to
cirilla
/lib/payment_method.dart file (remember import package like example)
Example:
import 'package:authorize_net_gateway/authorize_net_gateway_web.dart';
final Map<String, PaymentBase> methods = {
AuthorizeNetGatewayWeb.key: AuthorizeNetGatewayWeb(),
};
Available Currencies
Country | Available Currencies |
United States, Canada | USD, CAD |
United Kingdom, Europe | CHF, DKK, EUR, GBP, NOK, PLN, SEK, USD |
Australia | AUD, NZD, USD |
https://support.authorize.net/knowledgebase/Knowledgearticle/?code=000001207