post
https://sandcaas.undostres.com.mx/debit/v1/bulkOrderCard
This endpoint initiates a process that generates cards in bulk.
The endpoint itself only performs certain validations and saves the request.
The cards are subsequently created by a cron, which will notify the client of the results via a webhook on said
client's end.
The client will immediately receive a 200 OK response if the request is valid.
Note: The result of this process is not immediate. You will receive the final status and details via the webhook configured on your client system.
You can see the webhook structure here
The generated cards are not yet attached to a customer; the /activateCardForCustomer endpoint
exists for that purpose.