After creating a card product, it is in the INACTIVE state. We need to activate it for further use.
We will activate a newly created card product using the product code.
The path parameter is the card product code - DEBIT_PHYSICAL in this case.
To activate the card product, use the following endpoint:
Below you will find the response to the sample request:
The card product is now active. You can create card applications with this product.
https://card-api.sandbox.tuumplatform.com/api/v1/cards/products/DEBIT_PHYSICAL/activate
Learn more about the endpoint in the Tuum developer portal.