---
title: "Get FPS transaction [beta]"
method: GET
path: "/v1/payments/fps/{endToEndId}"
tags: ["Faster payments"]
---

# Get FPS transaction [beta]

`GET /v1/payments/fps/{endToEndId}`

Gets a FPS transaction given its end-to-end identifier in the path.

The Faster Payments System (FPS) is a UK service that allows near-instant electronic money transfers between banks.

## Path parameters

- `endToEndId` string, required

## Headers

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

## Response `200`

Response Body

- FpsGetFpsGetResponse
  - `end_to_end_id` string — Client-generated transaction identifier. Must be unique for each transaction.
  - `status` 'CREATED' | 'PROCESSING' | 'SETTLED' | 'CANCELLED' | 'HOLD' — - `CREATED` - Payment has been created and is pending processing - `PROCESSING` - P2P balance was impacted and waiting for provider confirmation. For cashin, the transaction means the money will be credited on the next Working Day - `SETTLED` - Transaction completed processing and is settled - `CANCELLED` - Something went wrong and the transaction is cancelled. Refer to `reason` for more details - `HOLD` - The payment is on hold, pending further review
  - `amount` number, double — Fee amount.

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