v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFaster payments
Get FPS transaction [beta]
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.
get/v1/payments/fps/{endToEndId}
Path parameters
endToEndIdstring required
FPS transaction's end to end ID.
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
x-tenantstring required
Organization identifier.
x-cidstring
Request tracking identifier. If not provided, a random UUID is generated.
Response
Response Body
Example response
{
"end_to_end_id": "1374f841568e4ff4b3a63b023c170ec",
"status": "PROCESSING",
"amount": 215
}