Skip to main content
Retrieves a specific provider by its ID.

Path Parameters

id
string
required
Provider ID

Example Request

GET /public/providers/prv_xxxxxxxxxxxxx

Response

status
string
Response status (“success”)
message
string
Success message
data
object
Provider object

Example Response

{
  "status": "success",
  "message": "Provider retrieved successfully",
  "data": {
    "id": "prv_xxxxxxxxxxxxx",
    "name": "Paystack",
    "slug": "paystack",
    "enabled": true,
    "createdAt": "2025-11-12T17:46:07.000Z",
    "updatedAt": "2025-11-12T17:46:07.000Z"
  }
}

Error Responses

404 Not Found: Provider not found
401 Unauthorized: Invalid API key
403 Forbidden: Provider belongs to different account