Activate card product
After creating a card product, it is in the INACTIVE state. We need to activate it for further use.
Use case
We will activate a newly created card product using the product code.
Use case data
API parameters with values
The path parameter is the card product code - DEBIT_PHYSICAL in this case.
".../DEBIT_PHYSICAL/activate"
Sample API call
To activate the card product, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/products/DEBIT_PHYSICAL/activate
Sample response
Below you will find the response to the sample request:
Result
The card product is now active. You can create card applications with this product.
Last updated
Was this helpful?