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.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
id
The compliance application ID
Request
This endpoint expects a multipart form with multiple files.
documents
JSON string containing an array of document metadata. Same format as
the create endpoint.
files
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
status
data
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

