Upload File
Files
Upload File
Uploads a single document or image to the server. Supports specific categories such as invoices and contracts. Returns a unique file ID and the accessible URL upon successful storage.
POST
Upload File
Authorizations
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
Query Parameters
File Type Code. Valid values vary based on the specific business scenario:
1. Customer Corporate Documents
Business Registration: Official business license.Article of Association: Corporate constitutional documents.
2. Customer Legal Representative ID
Main page: Front side of the ID card or Passport bio-data page.Back page: Back side of the ID card.
3. Transfer Documents Or Recipient Documents
Invoice: Billing document for payment request.Contract: Supporting service/goods contract.
Note: Ensure the uploaded
file_typematches the specific business context (Customer,Recipient,Transfer).
Available options:
Invoice, Contract, Business Registration, Article of Association, Main page, Back page Pattern:
^(Invoice|Contract|Business Registration|Article of Association|Main page|Back page)$Example:
"Business Registration"
Body
application/json
file
Response
Operation Successful
File ID

