Skip to main content
POST
/
processors
/
{id}
/
reclaim
Create reclaim request
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"
}
'
{}

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Path Parameters

id
string
required

Processor ID

Body

application/json

Reclaim request details

amount
string
required
Example:

"1000.00"

reason
string
Example:

"Cash out request for weekly settlements"

Response

Reclaim request created successfully

The response is of type object.