Update contract information for an entity
Contract Routing
Update contract information for an entity
Updates the contract information for processors based on provided parameters
POST
Update contract information for an entity
Documentation Index
Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Entity identifier
Example:
"merchant1"
Contract information for processors
Example:
[
{
"label": "stripe",
"target_count": 1000,
"target_time": 86400,
"current_count": 500
},
{
"label": "adyen",
"target_count": 1500,
"target_time": 86400,
"current_count": 750
}
]Additional parameters
Example:
"card"
Response
Contract update succeeded
Status of the update operation
Available options:
CONTRACT_UPDATION_SUCCEEDED, CONTRACT_UPDATION_FAILED