v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBStatuses and reasons
Create status reason
Create an account status reason on the platform.
This endpoint generates a Reason created event.
For more information, refer to the Account status guide section.
post/accounts/v4/reasons
Request body
Example request
{
"name": "Unblocked",
"description": "Unblocked account after settling the account.",
"allowed_operations": [
"EARMARK_CREATE"
],
"external_id": "8c8a4dd7-e48f-4c15-85b7-9d12f401057f"
}Response
Created
Example response
{
"id": 123,
"description": "Card was lost by the customer",
"must_block": true,
"must_charge": true,
"cost": 20.5,
"enabled": true
}