> 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-profile.md).

# Stored Credential Profile

### Overview

If the payment gateway mandates 3D Secure 2.0 and it's activated on Hosted Pages within Zuora, a Stored Credential Profile becomes necessary for new payment methods.

Related Zuora Knowledge-based articles:

* [Zuora's Implementation of 3D Secure 2.0](https://knowledgecenter.zuora.com/Billing/Billing_and_Payments/PSD2_and_strong_customer_authentication_overview/A_Zuora%E2%80%99s_implementation_of_3D_Secure_2.0)
* [Stored Credential Transactions](https://knowledgecenter.zuora.com/Billing/Billing_and_Payments/L_Payment_Methods/Stored_credential_transactions)

PeakCommerce facilitates this requirement by enabling configuration and assignment of Stored Credential Profiles to PeakCommerce Hosted Pages, which may mirror Hosted Pages in Zuora. Since Hosted Pages are profile-specific, this setup allows for selective application based on customer groups.

This acknowledgment includes a mandatory checkbox and customizable text. For payment flows utilizing a PeakCommerce Hosted Page with this acknowledgment enabled, end users must agree to Stored Credential terms before adding or processing payments with new methods, with the checkbox displayed at the Hosted Page's bottom.

### Configuration

Below are the steps to configure the Stored Credential Profile checkbox:

#### Acknowledgments

1. Go to Company Settings > Acknowledgments. Click "+ New Acknowledgment."
2. Choose the Stored Credential acknowledgment type. Provide a Name (for internal use), customer-facing text for the checkbox, and an error message for missing entries (if desired).

#### Hosted Pages

1. Navigate to Payments > Hosted Pages.
2. Create a new Hosted Page using Zuora's Hosted Page setup and select a Stored Credential Acknowledgment from the dropdown.

Upon usage within PeakCommerce for tasks such as adding payment methods or checking out, this field will become mandatory.

### Profile Configurations

Assign the Hosted Page to a Profile's Configurations so that any user or e-commerce page with this profile will utilize the Stored Credential checkbox, while those with a different Hosted Page won't.

### Logging

Ultimately, end-user acknowledgments are tracked in PeakCommerce, and the Stored Credential profile is automatically established in Zuora.

You can monitor user acknowledgments by accessing the admin user list and selecting "View" for the respective user.


---

# 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-profile.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.
