Payment Providers
List payment providers
Retrieve all configured payment providers for the tenant. Credentials are never returned.
get/api/payment-providers
Response
List of configured providers (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
- ○