---
title: "POST /v1/ledger_transactions/{id}/reversal"
method: POST
path: "/v1/ledger_transactions/{id}/reversal"
---

# POST /v1/ledger_transactions/{id}/reversal

`POST /v1/ledger_transactions/{id}/reversal`

## Path parameters

- `id` string, required

## Request body

- object
  - `status` string — The status of the reversal transaction. Defaults to posted if not specified.
  - `description` string — (Optional) A free-form description for the reversal ledger transaction, up to 1000 characters.
  - `effective_at` string, date — The effective timestamp of the reversal transaction, in ISO 8601 format. If not provided, it defaults to the effective_at value of the original transaction.
  - `metadata` object — Metadata to associate with the reversal transaction. Must be a JSON object with string keys and values.
    - `any_key` string

## Response `201`

Created

---

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