Quote locking
After a customer selects a payment token at checkout:- A checkout quote is generated with a deposit address and expected crypto amount
- The quote has a rate lock period configured by platform settings
- If the customer pays within the lock window, the quoted rate applies
Exact rate lock duration is controlled by platform configuration (
checkoutQuoteGraceMs, paymentRateLockedMs). Requires verification in your environment if you need precise timing for support SLAs.Expected vs received amount
After payment detection:expected_amount— amount required at quote timereceived_amount/paid_amount— actual on-chain amount receiveddifference_amount— delta; used to determinepaidvsunderpaid