Event
reward_batch.completed
Payload Description
string
The event type:
reward_batch.completedstring
The time the event occurred (ISO8601)
hash
Event data
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"event": "reward_batch.completed",
"timestamp": "2025-06-15T10:30:15Z",
"data": {
"issuance_job_id": "job_xyz789",
"merchant_id": "mer_abc123",
"state": "completed",
"total_count": 2,
"issued_count": 1,
"failed_count": 1,
"failures": [
{
"user_identifier": "+14155551234",
"reason": "User not found"
}
]
}
}
{
"event": "reward_batch.completed",
"timestamp": "2025-06-15T10:30:15Z",
"data": {
"issuance_job_id": "job_xyz789",
"merchant_id": "mer_abc123",
"state": "completed",
"total_count": 2,
"issued_count": 1,
"failed_count": 1,
"failures": [
{
"user_identifier": "+14155551234",
"reason": "User not found"
}
]
}
}
reward_batch.completed
reward_batch.completedShow data
completed or failed{
"event": "reward_batch.completed",
"timestamp": "2025-06-15T10:30:15Z",
"data": {
"issuance_job_id": "job_xyz789",
"merchant_id": "mer_abc123",
"state": "completed",
"total_count": 2,
"issued_count": 1,
"failed_count": 1,
"failures": [
{
"user_identifier": "+14155551234",
"reason": "User not found"
}
]
}
}