PUT
/
api
/
integrations
/
pdfs
/
{heron_id}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

heron_id
string
required

heron_id of the pdf

Body

application/json
filename
string

The filename of the PDF

fraud_reason
string | null

If fraud reason

is_fraud
boolean

True if fraud was detected in the PDF

notes
string

Notes associated with PDF, e.g., rejected reason, failed reason

reference_id
string

An optional field for your unique identifier for the PDF

Maximum length: 140
status
enum<string>

Status of PDF

Available options:
new,
parsing,
parsed,
processed,
human_reviewing,
approved,
rejected,
failed,
transactions_loaded,
transactions_unloaded

Response

200 - application/json
pdf
object
request_id
string

Unique UUID per request