Card lifecycle

Get card configuration

Get card configuration.

Notes:

get/v1/cards/{cardId}/config

Path parameters

cardIdstring required

Card ID

Headers

x-tenantstring required

Pismo organization/tenant ID

Response

google_try_counterinteger

Google wallet CVV try counter

apple_try_counterinteger

Apple wallet CVV try counter

samsung_try_counterinteger

Samsung wallet CVV try counter

Example response

{
  "apple_try_counter": 3,
  "samsung_try_counter": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.