Reject Transaction
Reject Transaction
POST {{domain}}/api/MakerChecker/reject
Headers
Name
Type
Description
client-id
string
client-id
Authorization
string
Bearer Token
Request Body
Name
Type
Description
object
{ "email":"string", "transactionReference":"string", "dateApproved":"string", "approvedByUserId":"string", approvedByUserName":"string", "approvalComment":"string" }
"message": "Ok",
"isError": false,
"data": {
"message": "Transaction has been rejected",
"transactionReference": "string",
"transactionsStatusCode": "string",
"transactionStatusDescription": "string",
"entityType": "string",
"entityTypeId": "string",
"module": null,
"action": "Rejected",
"authorizers": []
}Last updated
Was this helpful?