---
title: "Record Funds In or Out of participant account"
method: PUT
path: "/participants/{name}/accounts/{id}/transfers/{transferId}"
tags: ["participants"]
---

# Record Funds In or Out of participant account

`PUT /participants/{name}/accounts/{id}/transfers/{transferId}`

## Path parameters

- `name` string, required
- `id` integer, required
- `transferId` string, required

## Request body

- RecordFundsOut
  - `action` 'recordFundsOutCommit' | 'recordFundsOutAbort'
  - `reason` string, required

## Response `default`

Successful

---

[API](https://skmtc.net/mojaloop/apis/central-ledger-api-documentation.md) · [All operations](https://skmtc.net/mojaloop/apis/central-ledger-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mojaloop/central-ledger-api-documentation/revisions/12ea9f96653e/schema)
