upload_banking_document
Upload a proof-of-address document
Attaches a proof-of-address document to the banking application, for the cases where the partner asks for one. The application must already exist and have an individual on it, so complete the application first.
Two things reject uploads that otherwise look fine. A .jpg file must be sent as fileType: "jpeg" — "jpg" is refused. And the partner caps the decoded size at 10MB, even though their own upload page advertises 20MB; oversized files are rejected here before the round-trip.
fileContent accepts either a bare base64 string or a data: URL, so a browser FileReader.readAsDataURL result can be passed through unchanged.
Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | The document's country, ISO 3166-1 alpha-2. | |
| fileType | Yes | The file's format. Send a .jpg as `jpeg`. | |
| filename | No | The file's name. | |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. | |
| fileContent | Yes | The file, base64-encoded. A `data:` URL is also accepted. Decoded size must be 10MB or less. | |
| documentType | Yes | The kind of document. |