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
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○