New endpoints for managing a physical card's shipping status in test modeBreaking changes
What’s new
When creating a physical card in testmode, its shipping status no longer automatically changes from pending
to delivered
. This functionality is now accessible through the following new endpoints:
/v1/test_
helpers/issuing/cards/:card/shipping/ship /v1/test_
helpers/issuing/cards/:card/shipping/deliver /v1/test_
helpers/issuing/cards/:card/shipping/return /v1/test_
helpers/issuing/cards/:card/shipping/fail
Impact
You now have more control over simulating different shipping scenarios using new dedicated endpoints. This change allows for more comprehensive testing of shipping-related workflows in card issuance processes