Factuarea API

Payments error codes

Every public API error code emitted by Payments, with its HTTP status, its type and a page per code.

Error codes emitted by Payments. Each code links to its own page with the cause and the action to take.

CodeTypeHTTPDescription
invalid_payment_dateinvalid_request_error422The payment date falls outside the accepted window: it cannot precede the invoice issue date, nor be in the future.
payout_reconciliation_amount_mismatchinvalid_request_error422The confirmed amount does not match the net amount of the payout, so the reconciliation would close with a difference nobody accounts for.
receipt_not_availableinvalid_request_error422There is no receipt to issue because the document has no settled payment behind it.
stripe_payout_already_reconciledinvalid_request_error422The payout was already reconciled, and reconciliation is terminal: repeating it would double-count the bank entry.
stripe_payout_not_foundnot_found_error404The identifier does not resolve to any payout of the authenticated company.

On this page