Get transaction rejection reason details

This GET API will provide the “reject reason” for a user submitted transaction.

When the user submits a transaction, it goes through one or many levels of approvals before the transactions is processed and settled.

In this approval process, the transaction may get rejected. If a transaction is rejected you will get a webhook response that “<transaction-id>” has been rejected.

If you would like to get the rejection reason, you may use this GET call to provide the transactionId and receive the reject reason description.

/GetTransactionRejectReason