Upload PDF
Upload encoded PDF of transactions for a specified end user to translate into Heron Data format
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The end_user_id
or heron_id
of EndUser to upload
Body
The base64 encoded string of the PDF file. If using Javascript, this is directly the output of the FileReader.readAsDataURL() output. See https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL for more info
Unique ID for account associated with PDF
ISO 4217 currency code for transactions in account. We currently only support GBP and USD PDFs
USD
, GBP
The filename of the PDF
True if date formats in the statement are US: month/date/year
An optional field for your unique identifier for the PDF
140
True if fraud detection should be enabled for this PDF
Was this page helpful?