Last update:
August 24, 2024
Authorize.net¶
Authorize.Net payment module provides integration with Authorize.Net using Accept.js and the Authorize.Net API.
Configure Authorize.net¶
Confidential Authorize.Net account settings should be configured in the appsetting.json file as follows:
Node | Default or sample value | Description |
---|---|---|
IsActive | true false |
Toggle to enable or disable the Authorize.Net payment module. |
ApiLogin | "YourApiLogin" | The API login ID provided by Authorize.Net. |
TxnKey | "YourTransactionKey" | The transaction key provided by Authorize.Net. |
Example