curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/suspend \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Suspected fraudulent activity"
}
'{}Suspend a processor to prevent transactions
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/suspend \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Suspected fraudulent activity"
}
'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Processor ID
Suspension reason
"Suspected fraudulent activity"
Processor suspended successfully
The response is of type object.