---
title: "Notify Altegio of Successful Payment"
method: POST
path: "/marketplace/partner/payment"
tags: ["Marketplace"]
---

# Notify Altegio of Successful Payment

`POST /marketplace/partner/payment`

A webhook notification must be sent to this address to inform Altegio of a successful payment made on the partner service’s side.

## Headers

- `Accept` string, required

## Request body

- object
  - `salon_id` number, required — Location ID.
  - `application_id` number, required — Application ID.
  - `currency_iso` string, required — Currency ISO (e.g.: USD, EUR, BYN)
  - `payment_sum` number, required — Payment amount.
  - `payment_date` string, required — Date and time of payment.
  - `period_from` string, required — Date from which the paid period begins (inclusive).
  - `period_to` string, required — Date from which the paid period ends (inclusive).

## Response `200`

Webhook ok

- object
  - `success` boolean — Status.
  - `data` object — Data.
    - `id` number — Payment ID

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Wrong parameters given

---

[API](https://skmtc.dev/alteg/apis/developer-tools.md) · [All operations](https://skmtc.dev/alteg/apis/developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alteg/developer-tools/revisions/c89b6494ffd2/schema)
