Bulk Card
Efficiently issue and track cards at scale. Submit large batches of card issuance requests in a single API call and monitor their processing status asynchronously.
Bulk Card Journey
Prepare an array of customer cardholder details and send it to the Bulk Card Request endpoint. The system will accept the payload and queue the issuance tasks for asynchronous processing, returning a unique batch identifier.
Use the Bulk Card Status endpoint with your batch identifier to monitor the progress of the issuance. You can check whether the batch is pending, processing, or completed, and identify any specific records that may have failed validation.
Important Notes
All endpoints require a valid Bearer token. Obtain one from the Access Token endpoint and pass it as Authorization: Bearer <token>.