Add one or more external proofs to an existing transaction

Adds one or more client-collected proof elements after transaction creation. The authenticated user must belong to the same company as the transaction owner. Proofs are stored and rendered in the evidence file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Transaction UID

Body Params
string
required
length ≤ 255
required
length ≤ 20000

Client-collected proof value. It may be a scalar value, a JSON object, a JSON array, or null. String and serialized JSON values are limited to 20000 characters. HTML tags and unsafe control characters are stripped from string keys and values before storage.

integer | null
≥ 0

Optional display order. If omitted, the next order is assigned automatically.

Responses

401

Unauthenticated or unauthorized company

403

Inactive subscription or forbidden

404

Transaction not found

422

Validation error

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json