Invoices
Confirm invoice upload to S3
Verifies the S3 object, hashes the bytes, and dedupes against prior confirmed invoices for the same client. Returns the existing invoice on hash collision instead of creating a duplicate.
POST
Confirm invoice upload to S3
Path Parameters
Invoice UUID
Response
sha256 of the uploaded bytes; null until confirmed
Available options:
pending_upload, uploaded, failed Previous
Get wizard-shaped prefill data for an extracted invoiceDeprecated — use GET /v2/invoices/:id/payout-prefill, which returns the amount as a decimal string. This v1 endpoint returns the amount as integer minor units and is frozen. Combines the OCR extraction, validation errors, and beneficiary match into the payload the SendMoneyWizard consumes. Returns 409 if the extraction is not yet ready; the client should poll GET /v1/invoices/:id.
Next
Confirm invoice upload to S3