API flow
From order creation to paid invoice
A payment integration is reliable only when the order backend understands payment state. CoinsSend exposes invoice statuses so the merchant application can react deterministically.
Create invoice
Generate an invoice for the selected asset, amount and customer order.
Show payment details
Display network, address and amount in the checkout UI or payment link.
Reconcile by webhook
Update the order when the invoice status changes instead of relying on manual checks.