# When a payment is not sufficiently made, can the user make it again and have it credited correctly

In general, users are advised to pay in full at one time, however, multiple payments are usually credited correctly to merchant's account!

When the order expires, the user's payment can't be associated with the order, but the payment will be processed into merchant's account balance, and merchant can check it in the transaction record by inputting the Txid of this payment.


---

# 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.ccpayment.com/faq/payment/when-a-payment-is-not-sufficiently-made-can-the-user-make-it-again-and-have-it-credited-correctly.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.
