Extract Wire Payment Proof
cap_table_extract_wire_payment_proofRuns vision OCR on an already-uploaded wire payment proof (wire confirmation, bank statement, or transfer receipt — NOT an invoice) for a security and returns the extracted fields plus a verification verdict (verified | needs_review | mismatch). Nothing is persisted. Flow: call GetOcrUploadURL with kind=WIRE_PROOF, PUT the file bytes to the returned upload_url, then call this with the returned source_s3_uri. Only a 'verified' verdict can back a wire in RecordCapTableWire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentCode | No | ||
| companyId | Yes | UUID value wrapper. | |
| securityId | Yes | UUID value wrapper. | |
| sourceS3Uri | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proof | No | ||
| warnings | No | ||
| sourceS3Uri | No | ||
| verification | No | ||
| ocrConfidence | No |