v1
latestOpenAPI 3.1.02026-07-132363652.9 MBProvider Configuration
List all payment providers with country coverage
List all payment providers with country coverage
get/api/v1/payment-providers
Response
Success
Example response
{
"success": true,
"data": [
{
"countries": [
{
"country_code": "GB"
}
]
}
]
}