---
title: "POST /api/v{version}/accounts/{accountId}/refundpix"
method: POST
path: "/api/v{version}/accounts/{accountId}/refundpix"
---

# POST /api/v{version}/accounts/{accountId}/refundpix

`POST /api/v{version}/accounts/{accountId}/refundpix`

## Path parameters

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

## Headers

- `Authorization` string, required
- `Content-Type` string

## Request body

- object
  - `transactionId` string, required — The ID of the original deposit transaction (Pay-In) that the user wishes to refund/reverse.

## Response `200`

ok

- object
  - `createdAt` number
  - `createdAtDetailed` string
  - `paymentGroupId` string
  - `numberOfPaymentsPending` number
  - `totalAmount` number
  - `payments` object[]
    - `amount` number
    - `externalId` string
    - `tag` string
    - `paymentStatus` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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