Files
This is an object representing a file hosted on our servers. The file may have been uploaded by yourself using the create file request (for example, when uploading dispute evidence).
Fields | Type | Description |
---|---|---|
id | string | Unique identifier for the object. |
object | string | "file" |
created | integer | Time at which the object was created. Measured in seconds since the Unix epoch. |
expires_at | integer | The time at which the file expires and is no longer available in epoch seconds. |
filename | string | A filename for the file, suitable for saving to a filesystem. |
purpose | string | The purpose of the uploaded file.account_requirement Additional documentation requirements that can be requested for an account. additional_verification Additional verification for custom accounts. business_icon A business icon. business_logo A business logo. customer_signature Customer signature image. dispute_evidence Evidence to submit with a dispute response. document_provider_identity_document finance_report_run User-accessible copies of query results from the Reporting dataset. identity_document A document to verify the identity of an account owner during account provisioning. identity_document_downloadable Image of an Identity document . pci_document A self-assessment PCI questionnaire. selfie Image of a selfie collected by Identity. sigma_scheduled_query Sigma scheduled query file for export and download. tax_document_user_upload A user-uploaded tax document. additional_documents An additional documents. |
size | integer | The size in bytes of the file object. |
title | string | A user friendly title for the document. |
type | string | The type of the file returned. |
url | string | The URL from which the file can be downloaded using your live secret API key. |
Last modified: 1 年前