Resubmit a rejected compliance application

View as Markdown

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.

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Path parameters

idstringRequired
The compliance application ID

Request

This endpoint expects a multipart form with multiple files.
documentsstringRequired
JSON string containing an array of document metadata. Same format as the create endpoint.
filesfilesRequired

Replacement document files. Must match the length of the documents array. Accepted formats: PDF, JPEG, PNG. Maximum 5 MB per file.

Response

Application resubmitted successfully
statusboolean
dataobject
A compliance application for a specific country, number type, and user type

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error