SALE order, emails the recipient a PDF invoice, and includes a hosted payment link. Settlement follows your organization’s configured settlement currencies and wallets.
Dashboard invoices
Create and send invoices without writing integration code.
Invoices API
Automate drafts, publishing, retrieval, archiving, and listing.
Before you start
- Configure your organization profile. Its sender details appear on the invoice and customer email.
- Configure at least one settlement currency and wallet.
- For API integrations, keep your API secret on the server.
Invoice lifecycle
Published invoices cannot be deleted. Delete is available only for unpublished drafts.
Required publishing fields
Payment and settlement
An invoice response includes:payment_url, the customer-facing hosted invoice link.order_id, the latest linked order ID.orders, the linked order snapshots.published_atandarchived_at, the invoice lifecycle timestamps.
COMPLETED.
Partial payments
If a customer underpays through Pay to Address, the linked order entersPARTIAL_PAYMENT. The same flow can accept additional deposits until the required amount is received. Funding progress is available under order.payment.funding:
required_amountis the total needed.received_amountis the cumulative amount received.remaining_amountis the amount still due.transactionslists every funding deposit.
COMPLETED.
Reconciliation
Store the CoinVoyage invoice ID and linked order ID with your internal invoice record. Process order webhook deliveries idempotently, and useORDER_COMPLETED as the fulfillment signal.