v1
latestOpenAPI 3.0.22026-07-2645239950.4 KBpost/transactions/{unique_transaction_attribute}/reverse
Response
200
Example response
{
"data": {
"status": "approved",
"transaction_attributes": {
"reason": "Transaction reversed",
"tags": [
"reversedtransaction",
"reversed"
]
},
"last_modified_date": "14-Nov-2022 09:20:16",
"additional_data": {
"award_transaction_id": "6368bb4fc7f28f000c2fcf76"
},
"approver_details": {
"approver_name": "System",
"approver_id": "null"
},
"approved_date": "14-Nov-2022 09:20:16",
"member_id": "john6543",
"created_date": "14-Nov-2022 09:20:16",
"transaction_type": "deduct",
"id": "63720850a042a3000dc1f1c9",
"deduct_info": {
"points": 1000,
"points_status": "deducted"
}
},
"success": true
}