---
title: "Payment Callback"
method: POST
path: "/callback/v2.0/subscribe/payments/accounts/{accountId}"
---

# Payment Callback

`POST /callback/v2.0/subscribe/payments/accounts/{accountId}`

## Path parameters

- `version` string, required
- `accountId` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `notification` string, required — The URL notification to receive the callback
  - `notificationType` 'Email' | 'Webhook' | 'Queue' | '' — The way the notification will be retrieve.

## Response `200`

200

- object
  - `subscriptionId` string
  - `accountId` string
  - `notificationType` string

## Other responses

- `400` — 400
- `500` — 500

---

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