# One-Click Payment

The E-Commerce Payment Gateway (EGW) supports one-click payments, enabling merchants to offer a fast and seamless checkout experience for returning customers across both card payments and account-to-account (A2A) payment methods.<br>

With one-click payments, customer payment credentials or payment details are securely stored using [tokenization](/features/internal-tokenization.md), allowing repeat purchases without requiring customers to re-enter their payment information. This significantly reduces checkout friction and helps merchants improve conversion rates, particularly for businesses with frequent or repeat purchases.<br>

For card transactions, the functionality supports secure card-on-file payments, where card credentials are tokenized and stored in accordance with PCI DSS security standards.

For A2A payments, returning customers can quickly initiate payments using previously selected bank credentials or payment preferences.<br>

The solution is designed to support Strong Customer Authentication (SCA) under PSD2. Where required, 3-D Secure authentication may be applied to card transactions, ensuring secure and compliant payment processing.

By combining strong security, regulatory compliance, and a streamlined checkout experience, EGW one-click payments help merchants enable faster repeat purchases across multiple payment methods.


---

# 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://doc.ecomm.api.tietoevry.com/features/one-click-payment.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.
