v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCard reissue
Create reissue reason
Create a new reissue reason.
All fields are required when creating a new reason.
post/cards/v1/reissue/reasons
Request body
Example request
{
"description": "Card was lost by the customer",
"must_block": true,
"must_charge": true,
"cost": 20.5,
"enabled": true
}Response
Created
Example response
{
"id": 123,
"description": "Card was lost by the customer",
"must_block": true,
"must_charge": true,
"cost": 20.5,
"enabled": true
}