# Phoca Cart Configuration

### General Options

In this tab select Authorize.net as `Payment Method`.

<figure><picture><source srcset="/files/opnSO01GZhlUb2W1Dqnb" media="(prefers-color-scheme: dark)"><img src="/files/KKO3Ec6XUCb8llJDCw38" alt="Authorize.Net payment method in Phoca Cart - General Options"></picture><figcaption><p>Authorize.Net payment method in Phoca Cart - General Options</p></figcaption></figure>

### Payment Method Options

<figure><picture><source srcset="/files/Tjd5UF0YoavCFKXnIEkP" media="(prefers-color-scheme: dark)"><img src="/files/Ux2sXxSWS0yvw3267yAH" alt="Authorize.Net Payment Method Options"></picture><figcaption><p>Authorize.Net Payment Method Options</p></figcaption></figure>

* **Sandbox Mode** — If Sandbox Mode is enabled, no real money are transfered. Sandbox is used to test the payments.

#### **Order Statuses**

* **Payment Completed** — Select the order status that will be applied based on successfull payment transaction result. By default it is *Completed*
* **Payment Failed** — Select the order status that will be applied based on failed payment or error during transaction processing. By default it is *Cancelled*.
* **Payment Held for Review** — Select the order status that will be applied when payment payment is held for review.

#### **Authorize.net Options**

* **API Login ID** — Set your live API Login ID. You can find it under Settings in your **Authorize.Net** Merchant Interface.
* **Transaction Key** — Set your live Transaction Key. You can find it under Settings in your **Authorize.Net** Merchant Interface.

{% hint style="warning" %}
API keys are required fields to save the configuration. Fill them if even you are going to use sandbox mode.
{% endhint %}

* **Test API Login ID** — Set your sandbox API Login ID. You can find it under Settings in your **Authorize.Net** Merchant Interface.
* **Test Transaction Key** — Set your sandbox Transaction Key. You can find it under Settings in your **Authorize.Net** Merchant Interface.
* **Transaction Type** — Use 'Authorize and Capture' to authorize and automatically capture the transaction. By default it is set to *Authorize and Capture.*
* **Send Email** — Send customer's email address to Authorize.net.
* **Send Cart** — Send cart of products to Authorize.net.
* **Send Billing Address** — Send customer's billing address to Authorize.net.
* **Send Shipping Address** — Send customer's shipping address to Authorize.net.
*

```
<figure><picture><source srcset="/files/sM3KAzwoDwXPdI1XXkS7" media="(prefers-color-scheme: dark)"><img src="/files/EUPOjMSmApjVlfdIB76s" alt="Authorize.Net Payment Method Options #2"></picture><figcaption><p>Authorize.Net Payment Method Options # 2</p></figcaption></figure>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.norrnext.com/authorize.net-for-phoca-cart/phoca-cart-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
