---
title: "Payment Status Webhooks"
method: POST
path: "/v3/payments/register-webhook"
tags: ["Notifications"]
---

# Payment Status Webhooks

`POST /v3/payments/register-webhook`

Webhook to track the status of your payment.

## Request body

- WebhookRegistrationRequest
  - `counterparty_id` integer, required
  - `event` string, required
  - `url` string, required

## Response `200`

Succes

- WebhookRegistrationResponse
  - `event` string
  - `status` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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