Skip to main content
GET
Poll async bulk issuance task

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Headers

X-Eposn-Customer-Token
string | null
X-Eposn-Merchant-Token
string | null

Path Parameters

taskId
string
required
programId
string | null
required
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Query Parameters

cardId
string | null
Required string length: 24
Pattern: ^[0-9a-f]{24}$
Example:

"5eb7cf5a86d9755df3a6c593"

Response

Successful Response

taskId
string
required
status
string
required
issuedCount
integer | null
cards
BulkIssuedCardSummary · object[] | null
csvDownloadUrl
string | null
failedCount
integer | null
error
string | null
completedAt
string<date-time> | null