Issuer Registration Update
To make changes to the Issuer registration, it is necessary that its status be set to "in_filling", this will re-enable all inclusion/removal endpoints.
After making the modifications, the registration must be sent again for analysis with the status "in_analysis".
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_filling"
}
Request Body Params
| Field | Type | Description | Required |
|---|---|---|---|
issuer_status* | string | New issuer status. Accepted value:in_filling. | Yes |
Response
The response is a complete updated JSON of the issuer.