Skip to main content
WEBHOOK
receipt_matched
{
  "type": "RECEIPT_MATCHED",
  "content": {
    "document_id": "doc_2xPQDLmNeWsrahR4bj3oGc9i6Nb",
    "transaction_id": "txn_3yQRENoPfXtsbhS5ck4pHd0j7Oc",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Webhook event sent when a receipt is matched to a transaction.

type
string
required

The type of webhook event

Allowed value: "RECEIPT_MATCHED"
content
ReceiptMatchedEventContent · object
required

The event payload

Response

Successful Response