Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@daffodil/authorizenet

Package Overview
Dependencies
Maintainers
0
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daffodil/authorizenet

An ecommerce package that has multi-platform support and state management features for managing authorize.net payments.

  • 0.77.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
decreased by-63.64%
Maintainers
0
Weekly downloads
 
Created
Source

@daffodil/authorizenet

@daffodil/authorizenet manages the acceptJs calls, state, selectors, and models for making a payment token request to Authorize.net.

Installation

To install @daffodil/authorizenet, use the following commands in the terminal.

Install with npm:

npm install @daffodil/authorizenet --save

Install with yarn:

yarn add @daffodil/authorizenet

Getting started

@daffodil/authorizenet does most of the setup for you. All you need to do is:

  1. Import the DaffAuthorizeNetStateModule into the root component of your application.
  2. Provide your own DaffAuthorizeNetDriver or use the default one by importing DaffAuthorizeNetDriverModule.forRoot().

Usage

To configure your Authorize.net authentication details:

  1. Provide a DaffAuthorizeNetConfig through the DaffAuthorizeNetConfigToken injection token.
  2. Call the DaffAuthorizeNetGenerateToken action with a DaffAuthorizeNetTokenRequest to generate a payment nonce.
  3. Access the payment nonce through the DaffAuthorizeNetFacade.

Extensions and customizations

If you feel like what our services return just won't cut it for your business needs, no problem! All of the reducers, effects, selectors, actions, and facades are 100% reusable with a customized model and service. If @daffodil/authorizenet doesn't provide all of the fields you require on the payment info that is passed to the cart, you can inject a custom service through the DaffAuthorizeNetDriver token and extend the DaffAuthorizeNetTokenRequest model with a custom model.

FAQs

Package last updated on 18 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc