Skip to main content

Next Issue Number Query by Issuer

This endpoint returns the next issue_number available for the issuer identified by issuer_key. The returned value considers the highest number already used in non-canceled operations of the issuer and the internal numbering control in the issuer configuration — the greater of the two is always returned.

If no numbering configuration exists yet for the issuer, it is created automatically with current_issue_number = 1 and that value is returned.


Request

ENDPOINT
/commercial_paper/issuer/ISSUER-KEY/issue_number
METHOD
GET

Path Params

FieldTypeDescriptionMax Characters
ISSUER-KEY *string/uuidUnique identifier (UUID v4) of the issuer registered in Issuer Management.36

Response

STATUS
200
Response Body
{
"issue_number": 42
}

Response Body Params

FieldTypeDescriptionMax Characters
issue_number *integerNext issue number suggested for a new operation of the issuer. Starts at 1 for issuers with no prior operations or configuration.-