# Component: Payment Method Confirmation

**Purpose**: Confirm to customers that their payment method has been correctly set up.

This component is a payment confirmation component that displays information to the user about their selected payment method. The component displays text to the user about either direct debit or credit card payment methods, depending on which method the user has selected. The component may also display a button that the user can click to visit a specified URL.

The component will only display information about the payment method if the payment method is either direct debit or credit card. If the payment method is something else, the component will not display anything.

<figure><img src="/files/vODVFUPGfxTcejK7liha" alt=""><figcaption></figcaption></figure>

## Props

| **Prop ID**            | **Prop Label**           | **Type** | **Default Value**                                                                                                                                |
| ---------------------- | ------------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| directDebitHeading     | Direct Debit Heading     | string   | Direct Debit set up successfully                                                                                                                 |
| directDebitDescription | Direct Debit Description | string   | Confirmation that the payer will receive notification (via email or post) within three business days confirming that the mandate has been set up |
| creditCardHeading      | Credit Card Heading      | string   | Credit card setup successfully                                                                                                                   |
| creditCardDescription  | Credit Card Description  | string   | EMPTY                                                                                                                                            |
| showButton             | Show Button              | toggle   | On                                                                                                                                               |
| buttonText             | Button Text              | string   | Continue                                                                                                                                         |
| buttonURL              | Button URL               | string   | [www.limio.com](http://www.limio.com)                                                                                                            |

<figure><img src="/files/vq1YuZUd1EXrS0kHF3Sz" alt=""><figcaption></figcaption></figure>

*Screenshot: Payment Method Confirmation view from the Page Builder.*


---

# 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.limio.com/components/component-library/legacy-configuration-components/component-payment-method-confirmation.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.
