Skip to main content
GET
/
v1
/
receipts
/
{id}
Poll async ingest receipt status
curl --request GET \
  --url https://api.fact0.io/v1/receipts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "accepted": 123,
  "rejected": 123,
  "ids": [
    "<string>"
  ],
  "errors": [
    {
      "index": 123,
      "code": "<string>",
      "message": "<string>"
    }
  ],
  "receipt_id": "<string>",
  "error_message": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "committed_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fact0.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key prefixed with alk_live_. Write scope required for ingest.

Path Parameters

id
string
required

Response

Receipt status

accepted
integer
rejected
integer
ids
string[]
errors
object[]
receipt_id
string
status
enum<string>
Available options:
queued,
committed,
failed
error_message
string
created_at
string<date-time>
committed_at
string<date-time>