Worker Service Manager is used if you want to change the transaction status manually via the web admin due to a problem. This service has also been integrated with the Qoin service.

Flow Transaction Web Module
Here's the detail of service action in Transaction Web Module :
Update Transaction Status
Payload Data
Name | Data Type |
---|---|
ID | String |
Status | String |
Note | String |
Example Request
{
"Subject": "ewallet",
"SubjectType": "web-transaction",
"SubjectIdentifier": "transaction",
"Action": "update-transaction-status",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"ScopePlatform": "private",
"Platform": "qoin-apps",
"Data": {
"Id": 3966939,
"Status": 1,
"Note": "test perubahan status untuk data 3966939 dari 2 ke 1 "
}
}