For the complete documentation index, see llms.txt. This page is also available as Markdown.

Paid late

Criteria

The customer broadcasts their transaction after 10 minutes.

Callbacks to be sent in this scenario

Callback event
Invoice status
Invoice status context
Description

transaction_created

new

null

A customer has just broadcasted their transaction on the network after 10 minutes

transaction_confirmed

new

null

The transaction has been confirmed on the network

status_changed

unresolved

paid_late

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 differ from the original one

status_changed

refunded

null

The whole transaction amount was refunded

API auto settings and status flow

API Auto Settings
Payment Flow

Do nothing, I will handle them myself

new → invoice expired → txn sent → txn confirmed → unresolved:paid_late

Automatically refund to my crypto account

new → invoice expired → txn sent → txn confirmed → unresolved:paid_late → tx refunded → refunded

Automatically recalculate at a new exchange rate and settle

new → invoice expired → txn sent → txn confirmed → unresolved:paid_late → tx recalculated → completed

Last updated