Comment on page
Overpaid
paid_amount
is greater than pay_amount
Callback event | Invoice status | Invoice status context | Description |
---|---|---|---|
transaction_created | new | null | A customer has just broadcas their transaction on the network but paid_amount is greater than pay_amount |
transaction_confirmed | new | null | The transaction has been confirmed on the network |
status_changed | unresolved | overpaid | The invoice needs to be resolved |
status_changed | completed | null | The transaction amount was exchanged at the new exchange rate. The final invoice amount may be different from the original one. OR The original invoice amount is added to the merchant's account balance and the overage is refunded |
API Auto Settings | Payment Flow |
---|---|
Do nothing, I will handle them myself | new → txn sent → txn confirmed → unresolved:overpaid |
Settle the invoice and automatically refund the overage to my crypto account | new → txn sent → txn confirmed → unresolved:overpaid → overage refunded → completed |
Automatically recalculate at a new exchange rate and settle | new → txn sent → txn confirmed → unresolved:overpaid → tx recalculated → completed |
Last modified 3mo ago