---
title: "Initiate a payment of account"
method: POST
path: "/rest/accounts/{account-id}/payments/{payment-id}/init"
tags: ["Payments"]
deprecated: true
---

# Initiate a payment of account

`POST /rest/accounts/{account-id}/payments/{payment-id}/init`

> **Deprecated.**

Initiate a payment by sending it to the payment service provider. The payment is executed as an asynchronous background operation. The status of this operation can be monitored by polling [the payment](/reference/getpaymentinitstatus) and and tracking the `status` field.
**Deprecated** in favour of [init payment](/reference/initpayment) endpoint.

## Parameters

- `#/paths/~1rest~1accounts~1%7Baccount-id%7D/get/parameters/0` — unresolved $ref
- `#/paths/~1rest~1payments~1%7Bpayment-id%7D~1init/post/parameters/0` — unresolved $ref
- `#/paths/~1auth~1user/post/parameters/0` — unresolved $ref

## Request body

- … — unresolved $ref; see the full OpenAPI document linked below

## Other responses

- `201` — unresolved $ref
- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
