Retrieve Reverse Issuance Request Status
Retrieves the current status of a reverse issuance request. A single status tells you whether the request is waiting for supplier approval, approved, issued, rejected, canceled, expired, or failed. Use it when you did not receive a webhook or want to check a request the supplier has not approved yet.
A pending request whose approval deadline (approvalDueDate) has passed returns EXPIRED. When status is FAILED, check failure.stage. SUBMISSION means the request never reached the supplier, and ISSUANCE means the supplier approved but issuance failed.
Test key requests skip supplier approval. A test request canceled with the Cancel Reverse Issuance Request API returns CANCELED.
For details, see Email-approval reverse issuance | Simple-approval reverse issuance.
Authorizations
Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.
Path Parameters
The issuance key returned by the reverse issuance request
Response
Lookup succeeded
Reverse issuance request status lookup result
An identifier for the issuance request. Note that the format and length may change.
"8D529FAD3EBAE050B79CE943CCC7CEDE"
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.
REQUESTED, APPROVED, ISSUED, REJECTED, CANCELED, EXPIRED, FAILED Supplier approval deadline. null when Bolta has not yet delivered the request to the supplier, or when the request ended without being delivered.
Failure reason. Set only when status is FAILED; otherwise null.
