v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Compliance

Resubmit a rejected compliance application

Resubmit a previously rejected compliance application with corrected documents. Only applications in rejected status can be resubmitted. All documents must be re-uploaded — partial updates are not supported.

File/document count must match exactly. Mismatch returns 400 with message "Expected X files, got Y".

patch/compliance/applications/{id}

Path parameters

idstring required

The compliance application ID

Response

Application resubmitted successfully

statusboolean

Example response

{
  "status": true,
  "data": {
    "_id": "663f1a2b4c5d6e7f8a9b0c1d",
    "alias": "663f1a2b-IN-production",
    "status": "submitted",
    "countryIso": "IN",
    "numberType": "local",
    "userType": "business",
    "endUserName": "Acme Corp",
    "endUserCountry": "IN",
    "documentFileNames": [
      "certificate_of_incorporation.pdf"
    ]
  }
}