curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "merchant@smartpay.sl",
"name": "Smart PAY Merchant",
"phone_number": "0771234567"
}
'{}Update name, phone number, or email of an existing processor
curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "merchant@smartpay.sl",
"name": "Smart PAY Merchant",
"phone_number": "0771234567"
}
'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Processor ID
Updated processor details
Processor updated successfully
The response is of type object.