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
- application/json
- application/xml
Path Parameters
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns account related details when the collection status of account was set as settlement
Root Schema : SettlementDetailsDto
Type:
object
Settlement Details By Account Id
Show Source
-
offerCounts:
string
Count of offers generated for the Account ID
-
settlementInitationDetails:
object SettlementInitDetailsDto
Settlement Initiation Details
-
settlementOfferDetails:
array settlementOfferDetails
Settlement Offer Details
Nested Schema : SettlementInitDetailsDto
Type:
object
Settlement Initiation Details
Show Source
-
accountId:
string
Account ID
-
interestAmt:
number
Interest Amount
-
otherCharges:
number
Fees and Other Charges
-
outstandingAmt:
number
Outstanding Amount
-
principalAmt:
number
Principal Amount
-
settlementInitDate:
string
Settlement Initiation Date
Nested Schema : settlementOfferDetails
Type:
array
Settlement Offer Details
Show Source
-
Array of:
object SettlementOfferDto
Settlement Offer Details
Nested Schema : SettlementOfferDto
Type:
object
Settlement Offer Details
Show Source
-
accountId:
string
Account ID
-
expiryDate:
string
Date on which Offer will expire
-
offerDate:
string
Date on which settlement Offer was made
-
offerId:
string
Offer ID
-
receivedAmt:
number
Received Amount
-
settlementAmt:
number
Settlement Amount
-
settlementDate:
string
Last Date for settlement
-
settlementStatusCode:
string
Settlement Status Code
-
settlementStatusDescription:
string
Settlement Status Description
-
settlementTerm:
number
Settlement Term
-
settlementType:
string
Settlement Type
-
taskId:
string
Task Id
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