Payment Providers
Get payment provider by ID
Retrieve a specific payment provider configuration. Credentials are not included.
get/api/payment-providers/{id}
Path parameters
idstring required
Payment provider ID
Response
Provider details (without credentials)
Example response
{
"id": "clx1234567890",
"providerName": "paystack",
"isActive": true,
"priority": 1
}