Operations

notify

post

This method forces notification of a given transaction.

Body
Responses
200

OK

*/*
Responseobject
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"
      }
    ]
  }
}
{}

ping

get

This method is used to check the API availability.

Responses
200

OK

*/*
get
GET /gbds/v2/operations/ping HTTP/1.1
Host: <ip>:8085
Accept: */*
200

OK

{
  "body": "pong!"
}