v1
latestOpenAPI 3.0.02026-07-26224386470.0 KBISOApplication
Upload an ISO application PDF for for an end user
Use this endpoint to upload an ISO application PDF. Once uploaded, the file will be automatically scrubbed asynchronously. You can use the returned iso_application heron_id (prefixed "iso_") to fetch the scrubbing results. Please contact support@herondata.io to enable this endpoint.
post/api/end_users/{end_user_id_or_heron_id}/iso_application_form
Path parameters
end_user_id_or_heron_idstring required
Response
OK
Example response
{
"bank_statement": {
"heron_id": "pdf_kfwFjLM8PT5LyGvnJdXL8H",
"status": "processed"
},
"iso_application": {
"heron_id": "iso_6hBjQT9k6KP2rLCXwjUJff",
"processing_status": "processed"
},
"parsed_results": [
{
"field_validations": [
{
"result": "pass"
}
]
}
]
}