originatorConversationIdPending or Queued state (refer to the Transaction Status Types table). For bulk transactions, we can only reject the ones that fit the given criteria.originatorConversationId This a unique identifier of the request from the clienttransactionStatus: This is the value representing the state of the transaction (refer to the Transaction Status Types table)transactionDescription: This describes the transactionStatus value.resultCode: It is the code representing the result of the reject process.resultCodeDescription: It describes the resultCode value{
"paymentOrderlines": [
{
"originatorConversationId": "W765131ei224242t40093334xxiuigggtey",
"transactionStatus": 7,
"transactionStatusDescription": "Rejected",
"resultCode": "1",
"resultCodeDescription": "Transaction cannot be rejected on current status"
}
]
}
curl --location --request POST 'https://auth.zamupay.com/v1/payment-order/reject-order?OriginatorConversationId' \
--header 'Authorization: Bearer <token>'{}