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:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/products/DEBIT_PHYSICAL/activate
Learn more about the activate card productarrow-up-right endpoint in the Tuum developer portal.
Below you will find the response to the sample request:
{ "errors": null, "validationErrors": null, "data": null }
The card product is now active. You can create card applications with this product.
Last updated 1 year ago
Was this helpful?
".../DEBIT_PHYSICAL/activate"