---
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

## Changes

- **2026-02-16** `0e449a4e0dc8` — 2 info
  - the response property `message` became required for the status `200`
  - the response property `success` became required for the status `200`

[Change history](https://skmtc.dev/novabilling/apis/novabilling-api/changes/api/payment-providers/:id/test/post.md)

---

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