> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/settings/company-settings/acknowledgement-payment-terms-checkbox.md).

# Acknowledgement: Payment Terms Checkbox

#### **Setting Up a New Acknowledgment**

To introduce a new acknowledgment for stored credentials:

1. Go to **Company Settings** > **Acknowledgements** and click on **"+ New Acknowledgement."**
2. Choose the **Payment Terms** as the acknowledgment type.
3. Complete the subsequent fields.

**Field Descriptions:**

| Sequence               | Dictates the order for checkboxes if several appear on one page.                  |
| ---------------------- | --------------------------------------------------------------------------------- |
| Acknowledgment Type    | Should be designated as **Payment Terms**.                                        |
| Name                   | Represents the acknowledgment's name, intended for internal use.                  |
| Text                   | Specifies the wording adjacent to the acknowledgment checkbox.                    |
| Field Required Message | Defines the error prompt if the mandatory checkbox is bypassed upon confirmation. |

Should the 'Field Required Message' be left blank, the default error message from PeakCommerce will surface.

#### **Objective**

In situations where a Payment Terms Acknowledgment is linked to a profile:

1. The Payment Terms checkbox becomes visible when a user:
   * Introduces a fresh payment method to their account.
   * Settles an invoice using a new payment method.
2. This checkbox remains hidden if users deploy a previously added payment method. Such a design ensures that users consent to the payment conditions for novel payment modes, adhering to legal stipulations.

#### **Adjusting Profiles**

The Payment Terms acknowledgment is allocated to specific user groups at the profile stage. To do this:

1. Head to **Users** > **Profiles** > **Actions** > **Edit** > **Configurations** > **Payment Methods** > **Payment Terms Acknowledgement**.
2. All available Payment Terms acknowledgments will be showcased in a dropdown menu for selection.
3. Commit your changes by saving the profile.

#### **Record Keeping**

Administrators can monitor portal users' acknowledgments. By selecting a specific user from the admin's user list, they can view an audit trail detailing when the user consented to the Payment Terms and which iteration of the terms was agreed upon.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.peakcommerce.com/product/settings/company-settings/acknowledgement-payment-terms-checkbox.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
