v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFaster payments
Cancel FPS inbound transaction [beta]
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 event with status = CANCELLED.
post/v1/payments/fps/cancel/{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": "CANCELLED"
}