Issuer Analysis Submission
This endpoint allows changing an issuer's status to analysis, sending it to the validation process.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEYMETHOD
PATCHPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
Request Body
Request Body
{
"issuer_status": "in_analysis"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
issuer_status | string | New issuer status. Accepted value: in_analysis. | Yes |
Response
The response is a complete updated JSON of the issuer.