Get Processor
GET
/processors/{id}Open in the API playground →
Retrieve detailed information about a specific processor.
Endpoint
GET /api/v1/processors/:id
Authentication
Authorizationstringheaderrequired
Bearer token (Admin JWT)
Path Parameters
idstringpathrequired
Processor UUID
Response
{
"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"
}
}
Errors
| Code | Description |
|---|---|
| 404 | Processor not found |
| 401 | Unauthorized |