curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id} \
--header 'Authorization: <api-key>'{}Get processor details by ID
curl --request GET \
--url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id} \
--header 'Authorization: <api-key>'{}GET /api/v1/processors/:id
{
"processor": {
"id": "proc_abc123",
"name": "Smart PAY Merchant",
"phone_number": "+23277123456",
"email": "merchant@smartpay.sl",
"account_id": "acc_xyz789",
"status": "active",
"created_at": "2025-01-15T10:30:00Z"
}
}
| Code | Description |
|---|---|
| 404 | Processor not found |
| 401 | Unauthorized |