> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/components/component-library/legacy-configuration-components/component-payment-method-confirmation.md).

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