Get Settlement Details By AccountId

get

/obcr-Settlement-services/settlementDetails/getSettlementDetails/{accountId}

This endpoint is used to get settlement details by Account Id.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns account related details when the collection status of account was set as settlement
Body ()
Root Schema : SettlementDetailsDto
Type: object
Settlement Details By Account Id
Show Source
Nested Schema : SettlementInitDetailsDto
Type: object
Settlement Initiation Details
Show Source
Nested Schema : settlementOfferDetails
Type: array
Settlement Offer Details
Show Source
Nested Schema : SettlementOfferDto
Type: object
Settlement Offer Details
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top