---
title: "Reject a pending transaction"
method: POST
path: "/v1/transactions/{reference}/reject"
tags: ["Transactions"]
---

# Reject a pending transaction

`POST /v1/transactions/{reference}/reject`

The **receiving application** calls this to reject an `AWAITING_ACCEPTANCE` transaction.

No ledger movement occurs on rejection – nothing was debited at initiation.
Transaction status moves to `REJECTED`.
Sender is notified via webhook callback URL with the rejection reason.

## Path parameters

- `reference` string, required

## Request body

- RejectTransactionRequest
  - `reason` string

## Response `200`

Transaction rejected

## Other responses

- `403` — Calling application is not the receiver
- `404` — Transaction not found
- `409` — Transaction is not in AWAITING_ACCEPTANCE state

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/versions/db1f954badfb/schema)
