Skip to main content
GET
Retrieve Reverse Issuance Request Status

Authorizations

Authorization
string
header
required

Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.

Path Parameters

issuanceKey
string
required

The issuance key returned by the reverse issuance request

Response

Lookup succeeded

Reverse issuance request status lookup result

issuanceKey
string
required

An identifier for the issuance request. Note that the format and length may change.

Example:

"8D529FAD3EBAE050B79CE943CCC7CEDE"

status
enum<string>
required

Reverse issuance request status. REQUESTED: Accepted and waiting for supplier approval. Includes the period before Bolta delivers the request to the supplier. APPROVED: Approved by the supplier and being sent to the NTS. ISSUED: Issued. REJECTED: Rejected by the supplier. CANCELED: Request canceled. EXPIRED: Approval deadline passed. FAILED: Submission or issuance failed. Check failure.stage for the stage.

Available options:
REQUESTED,
APPROVED,
ISSUED,
REJECTED,
CANCELED,
EXPIRED,
FAILED
approvalDueDate
string<date> | null
required

Supplier approval deadline. null when Bolta has not yet delivered the request to the supplier, or when the request ended without being delivered.

failure
object | null
required

Failure reason. Set only when status is FAILED; otherwise null.