v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBDormancy
Create dormancy configuration
Create a dormancy configuration at the division or program level. This configuration sets the days of inactivity required for accounts to switch to a dormant status and the reason for the switch. The dormancy configuration is applied to all accounts under the specified division or program. Automated dormancy checks are performed according to the number of days specified in the dormancy configuration.
For information about dormancy, refer to Dormancy overview.
This endpoint generates a Dormancy configuration created event.
post/corporate/v2/dormancy-config
Request body
Example request
{
"check_time": "09:00:00",
"target_type": "DIVISION",
"target_id": "my-division-code",
"statuses": [
{
"status": "NORMAL",
"days": 19,
"reason_external_id": "CREDIT_ONLY",
"restrictions": [
{
"current_reason_external_id": "CREDIT_ONLY",
"new_reason_external_id": "DEBIT_ONLY"
}
]
}
],
"dormant_processing_codes": [
"220040"
],
"deny_forced_transaction_reactivation": true,
"check_timezone_origin": "PROGRAM",
"reactivation_exceptions_config": {
"field": "soft_descriptor",
"values": [
"001"
]
}
}Response
Created
Example response
{
"check_time": "09:00:00",
"target_type": "DIVISION",
"target_id": "my-division-code",
"statuses": [
{
"status": "NORMAL",
"days": 19,
"reason_id": 1438,
"reason_external_id": "CREDIT_ONLY",
"restrictions": [
{
"current_reason_id": 13,
"new_reason_id": 16,
"current_reason_external_id": "CREDIT_ONLY",
"new_reason_external_id": "DEBIT_ONLY"
}
]
}
],
"dormancy_config_validity": {
"start": "2024-10-18T17:45:26.930Z"
},
"dormant_processing_codes": [
"220040"
],
"deny_forced_transaction_reactivation": true,
"id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"check_timezone_origin": "PROGRAM",
"reactivation_exceptions_config": {
"field": "soft_descriptor",
"values": [
"001"
]
}
}