This request is used to reject a payment order that has already been posted using a specific OriginatorConversationId.
Rejection can only be performed for transactions currently in the Pending or Queued states. For bulk transactions, only the items meeting these criteria will be rejected.
transactionStatus
Represents the state of the transaction post-request.
resultCode
Code representing the specific outcome of the rejection process.
originatorConversationId
The unique client identifier from the original request.
resultCodeDescription
A human-readable explanation of the result code.
/v1/payment-order/reject-order?OriginatorConversationId={ID}Provide the original conversation ID as a query parameter to void a pending transaction.