> 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/using-peakcommerce/payments-and-payment-methods/stored-credential-acknowledgement.md).

# Stored Credential Acknowledgement

#### Add a new acknowledgment

To add a new stored credential acknowledgment:

* Navigate to Company Settings > Acknowledgements. Click "+ New Acknowledgement."
* Select the **Stored Credential** acknowledgment type
* Fill out the remaining fields

Field Definitions:

| Field                  | Description                                                       |
| ---------------------- | ----------------------------------------------------------------- |
| Acknowledgment Type    | This should be set to **Stored Credential**                       |
| Name                   | The name of the acknowledgment for internal purposes only.        |
| Text                   | The verbiage to display next to the acknowledgment checkbox.      |
| Field Required Message | The error message to display if the required checkbox is skipped. |

If nothing is added for the Field Required Message, then PeakCommerce's default error message will be displayed.

#### Hosted Pages

To link a hosted page to a Stored Credential Acknowledgement:

* Navigate to Payments > Hosted Pages.
* Create a new Hosted Page using the Hosted Pages set up in Zuora
* Select a Stored Credential Acknowledgement from the dropdown list

The Stored Credential Acknowledgement field will be mandatory for the following cases:

* Add a payment method on file
* To pay an invoice with a new payment method
* To checkout with a new payment method

#### Profile Configurations

The Hosted Page gets assigned to a Profile's Configuration so that any e-commerce page or user with this profile will use the Stored Credential checkbox. Those with a different Hosted Page without Stored Credential confugration will not.

#### Logging

The acknowledgment is tracked in PeakCommerce and the Stored Credential profile is automatically set up in Zuora.

You can track a user's acknowledgments by "Viewing" the user in the administrator user's list.

You can also verify the Stored Credential profile in Zuora.


---

# 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:

```
GET https://docs.peakcommerce.com/product/using-peakcommerce/payments-and-payment-methods/stored-credential-acknowledgement.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.
