v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCard reissue
List reissue reasons
Returns a paginated list of reissue reasons for the tenant.
Supports filtering by enabled status and cursor-based pagination.
get/cards/v1/reissue/reasons
Query parameters
limitinteger
Maximum number of items to return per page
nextCursorinteger
Pagination cursor
enabledboolean
Enabled status filter
Response
Success
Example response
{
"items": [
{
"id": 123,
"description": "Card was lost by the customer",
"must_block": true,
"must_charge": true,
"cost": 20.5,
"enabled": true
}
],
"pagination": {
"next_cursor": 124,
"has_next": true
}
}