Skip to main content
GET
Scope required: rewards.issue
This endpoint returns the current status of a reward issuance job. Use this to poll for completion after initiating an issuance via Issue Rewards. When the job reaches the completed state, a summary field is included with success and failure counts. If any issuances failed, the summary includes a failures array with details about each failure.

Parameters

string
required
Issuance job ID
string
required
Merchant ID

Response

string
Issuance job ID
string
Campaign ID
string
Variant ID
string
Job state: pending, processing, completed, or failed
integer
Total number of identifiers submitted
integer
Number of identifiers processed so far
integer
Number of rewards successfully issued
integer
Number of failed issuances
integer
Completion percentage (0-100)
datetime
Job creation timestamp (ISO8601)
datetime
Processing start timestamp (ISO8601), null if not started
datetime
Processing completion timestamp (ISO8601), null if not completed
hash
Completion summary (only present when state is completed)