> ## Documentation Index
> Fetch the complete documentation index at: https://docs.recheckapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment reminder

> Display a banner prompting customers to complete payment when there is an outstanding balance after order edits.

import NeedHelp from '/snippets/NeedHelp.mdx';

<Steps>
  <Step title="Open Recheck and click on Order Editing in the left menu." />

  <Step title="Select Payment reminder from the list of settings." />

  <Step title="Enable the &#x22;Show payment reminder banner&#x22; toggle">
    Once enabled, Recheck will show a banner after an order edit when there is an amount due.
    The banner disappears after the order is paid or if the edit is reverted.
  </Step>

  <Step title="Choose a banner style from the dropdown.">
    Pick the visual style that best matches the urgency of your payment reminder.
  </Step>
</Steps>

## Why use this setting?

A payment reminder makes it harder for customers to miss the payment step when an order edit results in an amount due. This helps reduce reverted edits and protects revenue from unpaid order changes.

## Banner style options

You can choose one of the following:

* **Info:** Use a low urgency reminder when you want a lighter touch.
* **Warning:** Use a more prominent reminder for most stores.
* **Critical:** Use the most urgent style when you want customers to take action immediately.

## Recommendation

* Start with **Warning** for a clear, high visibility reminder without being overly aggressive.
* Use **Info** if you prefer a softer customer experience.
* Use **Critical** if you see frequent abandoned payments after edits.

<Note>
  This banner only appears when payment is required after an order edit, and it will no longer show after the order is paid or if the edit is reverted.
</Note>

<NeedHelp />
