CardBulkOrderEvent
A webhook event related to card bulk order.
iduuid
Card bulk order id.
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
statusCardBulkOrderStatus (string)
Contain information about the different card bulk order statuses.
COMPLETED
- Card bulk order is completed successfully.FAILED
- There is an error with card bulk order. See status reason for more information.
Possible values: [COMPLETED
, FAILED
]
statusReasonstring
Reason for the status change.
customerIdstring
Wallet customer id.
Possible values: <= 50 characters
CardBulkOrderEvent
{
"id": "af5c8b52-0afd-4799-85ab-fe659a076932",
"status": "COMPLETED",
"statusReason": "string",
"customerId": "string"
}