Get Merchant File

Get details on a merchant onboarding file

SecurityMarketplace Api Key | Merchant Secret Token | Admin JWT | Merchant JWT | Marketplace JWT
Request
path Parameters
merchantId
required
string
fileId
required
string
Responses
200
400
401
403
404
405
406
409
422
429
500
503
get/merchants/{merchantId}/files/{fileId}
Request samples
Response samples
application/json
{
  • "fileId": "lfile_ZtqZhJAAVEu0G0pr",
  • "merchantId": "mcht_ZtqZhJAAVEu0G0pf",
  • "category": "MerchantOnboarding",
  • "docType": "CompanyVerificationDocumentBack",
  • "fileName": "string",
  • "fileType": "jpeg",
  • "fileSizeInMB": 0,
  • "fileSizeInKB": 0,
  • "createdAt": "2019-08-24T14:15:22Z"
}
Copyright © April Solutions 2023. All right reserved.