Upload File API
Used to upload related business documents. Partners can use this component to upload their business documents directly to the Partner API.
Endpoint
Type | Value |
---|---|
HTTP Method | POST |
API endpoint (Test Mode) |
|
API endpoint (Production) |
|
Authorization (Bearer Token)
Sample:
Use Generate Token API
to generate bearer token
Request Body (Form Data)
Parameter | Type | Mandatory | Possible Values |
---|---|---|---|
|
| Mandatory | e.g. |
|
| Conditional | only needed when |
|
| Conditional | .JPG, .PNG (check requirements using Check Requirements API)
--
only needed when |
|
| Conditional | Image URL (e.g. https://www.website.domain/assets-lna/images/logo.png) -- only needed when |
Possible Values
Applied for all businessType
:
Response
Parameter | Type | Mandatory | Description |
---|---|---|---|
|
| Mandatory | Used for |
|
| Mandatory | Link of file |
|
| Mandatory | Same as request |
File 'link' will be expired in 60 minutes, it does not delete the file data (file id).
Last updated