curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/reclaim \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "1000.00"
}
'{}Submit a request to reclaim funds from processor account (admin will review)
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/reclaim \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": "1000.00"
}
'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Processor ID
Reclaim request details
Reclaim request created successfully
The response is of type object.