Operations
This method forces notification of a given transaction.
Body
Responses
200
OK
*/*
Responseobject
400
Validation Error
application/json
500
Internal Error
application/json
post
POST /gbds/v2/operations/notify HTTP/1.1
Host: <ip>:8085
Content-Type: application/json;charset=UTF-8
Accept: */*
Content-Length: 240
{
"data": {
"operation": "UNKNOWN",
"tguid": "text",
"status": "text",
"sender": "text",
"uguid": "text",
"additionalData": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"relatedTransactions": [
{
"status": "text",
"tguid": "text",
"pguid": "text",
"operation": "UNKNOWN"
}
]
}
}
{}