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