Card ordering and fulfilment in test environment
In the production environment, when a card is ordered, the card is physically produced and then shipped to the customer. Since this physical process does not happen in test environment, Fleet API simulates the production and fulfilment process automatically. This allows the full card lifecycle to be tested in test environment without waiting for actual card production or shipment.Card ordering
Card orders can be created in test environment using the Fleet API in the same way as in production. After a card has been ordered, it will initially have the statusordered. This status indicates that the card order has been received, but the card has not yet been fulfilled.
Simulated card fulfilment
In production, card fulfilment happens after the card has been produced and shipped. In test environment, this process is simulated once per day. The fulfilment simulation runs daily at 13:30 CET. During this process, all cards that previously had the statusordered are updated to fulfilled.
This means that if a card is ordered before the daily fulfilment simulation runs, it should become fulfilled during the next scheduled test environment fulfilment job.