v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAuthorizations
Cancel authorization
Perform a full cancellation of an authorization. The authorization must have the status PENDING or PROCESSED and must also not have been previously confirmed (cleared). This endpoint generates a Network authorization received event.
post/direct-network-transactions/v1/cancellation
Request body
Example request
{
"network_authorization_id": 1231232,
"authorization_code": "000SHK",
"transaction_identifier": "ZZIR8T",
"retrieval_reference_number": "000000000000355",
"card_id": 124123,
"origin": "ONUS"
}Response
Full cancellation accepted
Example response
{
"message": "Success"
}