File
This object represents files hosted on Paypercut's servers.
- filenameType: string | nullmax length:5000
The name of the file.
- idType: stringmax length:5000
Unique identifier for the object.
- purposeType: stringenum
The purpose of the uploaded file.
values- account
_requirement - additional
_verification - identity
_document
- sizeType: integer | nullFormat: int64
Signed 64-bit integers (long type).
- typeType: string | nullmax length:5000
The returned file type (for example,
csv,pdf,jpg, orpng. - urlType: string | nullmax length:5000
Use your live secret API key to download the file from this URL.

