# Card Present Payments

Card Present Payments configures in-person payment processing for the selected subsidiary. This is the payment method used at a physical register or POS terminal where the customer's card is physically swiped, tapped, or inserted.

## Accessing Card Present Payments

{% stepper %}
{% step %}

### Open the NetSuite Admin view

Switch to **NetSuite Admin** in <code class="expression">space.vars.productName</code>.
{% endstep %}

{% step %}

### Select the subsidiary

Use the subsidiary switcher at the top right.
{% endstep %}

{% step %}

### Open Configurations

Click **Configurations** in the left sidebar, then scroll to the **Card Present Payments** section.
{% endstep %}
{% endstepper %}

## Fields

| Field                            | Description                                                                                     |
| -------------------------------- | ----------------------------------------------------------------------------------------------- |
| **Enable Card Present Payments** | Toggle to turn on or off in-person card payment for this subsidiary.                            |
| **Payment Processing Profile**   | The processor integration to use (e.g. Fortis, Paystand). Must be configured in NetSuite first. |
| **Payment Methods**              | The card types accepted at the register (e.g. Visa, Mastercard, American Express, Discover).    |
| **Currency**                     | The currency used for in-person transactions at this subsidiary.                                |

Click **Save Changes** at the top of the page after editing.

## Tips

* Card Present Payments requires a compatible payment terminal connected to the register. Contact your integration provider to confirm hardware requirements.
* If Card Present Payments is disabled, users at a register will only see cash and manual payment options at checkout.
* Payment Methods selected here control what appears on the POS payment screen; remove any card types your terminals don't support.

{% hint style="info" %}
Set up the Payment Processing Profile in NetSuite before configuring this section. The dropdown only shows profiles that already exist in your NetSuite account.
{% endhint %}

## Related Pages

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Card Not Present Payments</strong></td><td>Online and remote payment configuration.</td><td><a href="/pages/ORlnOnjJDodwCYtR0HhL">/pages/ORlnOnjJDodwCYtR0HhL</a></td></tr><tr><td><strong>Configurations Overview</strong></td><td>All sections on the Configurations page.</td><td><a href="/pages/gogCTxJRLdzy1P6i1xeB">/pages/gogCTxJRLdzy1P6i1xeB</a></td></tr><tr><td><strong>Locations</strong></td><td>Per-location payment-profile overrides.</td><td><a href="/pages/IuFLbedROh2DvzRTCOlw">/pages/IuFLbedROh2DvzRTCOlw</a></td></tr></tbody></table>


---

# 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.in8sync.com/netsuite-admin-guide/overview-1/card-present-payments.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.
