All pages
Powered by GitBook
1 of 1

Loading...

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.

Sample API call

To activate the card product, use the following endpoint:

Sample response

Below you will find the response to the sample request:

Response
{
  "errors": null,
  "validationErrors": null,
  "data": null
}

Result

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.

".../DEBIT_PHYSICAL/activate"
activate card product