---
title: "Test provider connection"
method: POST
path: "/api/payment-providers/{id}/test"
tags: ["Payment Providers"]
---

# Test provider connection

`POST /api/payment-providers/{id}/test`

Verify that the provider credentials are valid by making a test API call to the provider.

## Path parameters

- `id` string, required

## Response `200`

Connection test result

- ProviderTestResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `404` — Provider not found

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/versions/0e449a4e0dc8/schema)
