Invoices
Retrieve an invoice
Fetch a single invoice by its id, useful for reconciliation or polling its status.
GET/api/invoices/{id}invoices:read
Path parameters
The final path segment is the invoice's ulid. Returns the full Invoice object, or 404 if it doesn't exist or isn't yours.
Notes
Prefer webhooks over polling for status changes. If you must poll, do so sparingly and respect rate limits.
bash
curl https://api.coinfat.com/api/invoices/01JZ8Q5F2H7T9K1M3N5P7R9S1U \-H "Authorization: Bearer 42|nX9...secret"