---
title: "Cancel FPS inbound transaction [beta]"
method: POST
path: "/v1/payments/fps/cancel/{endToEndId}"
tags: ["Faster payments"]
---

# Cancel FPS inbound transaction [beta]

`POST /v1/payments/fps/cancel/{endToEndId}`

Call this endpoint to cancel the suspended transaction which was kept on hold based on client's antifraud provider analysis and  return the transaction.

This endpoint generates a [FPS inbound payment processed](https://developers.pismo.io/events/docs/fps-fps-in-status-change-1) event with `status` = `CANCELLED`.

## Path parameters

- `endToEndId` string, required

## Headers

- `Authorization` string, required
- `x-tenant` string, required
- `x-cid` string

## Response `200`

Response Body

- FpsCancelFpsCancelResponse
  - `end_to_end_id` string — Client-generated transaction identifier. Must be unique for each transaction.
  - `status` 'CANCELLED' — - `CANCELLED` - Something went wrong and the transaction was cancelled. Refer to `reason` for details,

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
