Job status

job status

SecuritybearerAuth
Request
path Parameters
jobId
required
string

The jobId, a unique identifier assigned for the job.

header Parameters
X-PB-Developer-Partner-Id
string

The Developer Partner ID is assigned by PB to uniquely identify a Developer's strategic business partners. If the developer is the sole business partner, this field isn't required.

X-PB-LocationId
string

This is the Location ID assigned as per the Developer's and Partner's parsed locations, to which all transactions will be billed.
Partner's location will be used for billing if it is configured, however, in case Partner's location is not given, then the Developer's location will be taken. Developer's location will be the default value.
Additionally, Developers and Partners can use carriers belong to this location only.

X-PB-TransactionId
string

A unique transaction Id provided by the partner which is used to enable debugging and linking between the client's transaction and the system.

Responses
200

The document has been printed successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

get/api/v1/jobs/{jobId}
Request samples
Response samples
application/json
{
  • "jobId": "LkolBjvmy3mBzyp",
  • "status": "SUCCESS",
  • "printStatusTransaction": [
    ]
}