Payment Providers
Delete a payment provider
Remove a payment provider configuration. This does not affect existing payments.
delete/api/payment-providers/{id}
Path parameters
idstring required
Payment provider ID
Response
Provider deleted
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
- ○