v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAuthorization configurations
Get authorization configuration by program
Get the authorization configuration at the program level.
get/v1/config/program/{programId}
Path parameters
programIdinteger required
Example:6912345
Program ID
Headers
x-tenantstring required
Tenant ID
Response
Retrieved successfully
Example response
{
"use_anti_fraud_response_code": true,
"zero_balance_url": "http://zerobalanceurl",
"should_use_anti_fraud_decision": true,
"approve_anti_fraud_unavailable": true,
"enabled_partial_authorization": true,
"disable_dcc": true,
"deny_all_authorizations": true,
"use_settlement_from_network": true,
"use_rates_fee_models": true,
"call_anti_fraud_when_cancelling": true,
"days_to_cancel_pre_authorization": 5,
"days_to_cancel_authorization": 5,
"days_to_cancel_pre_authorization_migration": 5,
"days_to_cancel_authorization_migration": 5,
"always_call_ledger_rules": true
}