> For the complete documentation index, see [llms.txt](https://ssposdev.bakrs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ssposdev.bakrs.com/applications/desktop/scansoftpos-v10/v10.1.114/requests/billing-overpayment-confirmation.md).

# BILLING OVERPAYMENT CONFIRMATION

## DESCRIPTION OF REQUEST

When making a billing payment that exceeds a set amount there should be a prompt for confirmation with security override if permission not met.

Same behavior should occur for over-payments via check/credit/debit.

Security Level should specify payment limit threshold.

<figure><img src="https://939488266-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo2HqVt2tGSTW1EC0zVcE%2Fuploads%2FUK1RkjhRQSsK5kiPW55c%2Fpayment%20limit%20confirmation.png?alt=media&amp;token=ed9396b3-4110-4e9a-b31d-d4aba2347703" alt=""><figcaption></figcaption></figure>

Prompt Should detail the behavior.

Example,

Payment Confirmation

<pre data-full-width="true"><code>                                **Payment Confirmation**
<strong>"Payment amount: $x,xxx.xx exceeds payment limit." "Payment amount: $X,XXX.XX would result in over payment"
</strong>"     Would you like to make payment anyway?     " "   Would you like to make payment anyway and apply    "
"                                                " "           overpayment to credit balance?             "
             [y]/[n]                                                      [y]/[n]
               
''IF USER SELECTS YES, CHECK PERMISSION''
                |
                +------------------------------------------------------+
                |                                                      |
''ALLOW IF USER MEETS PERMISSION'' ''DENY IF USER DOES NOT MEET PERMISIION, PROMPT FOR OVERRIDE''

''IF USER SELECTS NO, RETURN TO PAYMENT SCREEN WITH NO CHANGES''


</code></pre>
