v1

latestSwagger 2.02026-07-17121946.0 KB
sampled
updateSettlementBySettlementParticipant

updateSettlementBySettlementParticipant

Acknowledgement of settlement by updating the reason and state by SP.

put/settlements/{sid}/participants/{pid}

Path parameters

sidinteger required

A valid Settlement Id.

pidinteger required

A valid Participant Id.

Request body

Example request

{
  "accounts": [
    {
      "reason": "reason",
      "state": "SETTLED",
      "externalReference": "external-reference-abc123"
    }
  ]
}

Response

Settlements updated.

idinteger
statestring

Example response

{
  "participants": [
    {
      "accounts": [
        {
          "state": "PENDING_SETTLEMENT"
        }
      ]
    }
  ]
}