v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Update Request

Update transaction or customer merge requests.

put/

Request body

type'TRANSACTION' | 'CHANGE_IDENTIFIER' required

The type of request. Values: TRANSACTION - For transaction request CHANGE_IDENTIFIER For customer merge request

basetype'REGULAR_TXN_ADD' | 'MERGE' required

The base type of the request. Values: REGULAR_TXN_ADD - For transaction request MERGE - For customer merge request

idinteger required

The unique identifier of the request, generated during the POST call to add the request.

status'REJECTED' | 'APPROVED' | 'CUSTOM' required

The status to which the request should be changed. Values: APPROVED, REJECTED, CUSTOM

commentsstring

Additional comments or notes related to the request.

Response

200

OR
OR
OR

Example response

{
  "response": [
    {
      "entityId": 1031558,
      "result": true
    }
  ],
  "totalCount": 1
}