Send the instrument clearing status notification
post
/service/v1/clearingStatusNotification
This endpoint is a notification API to be consumed by external payment integration to send instrument clearing status.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application ID for SMS
-
branchCode: string
Branch Code for SMS
-
contentType(optional): string
Content of a file
-
userId: string
User ID for SMS
Request Body that contains data required for notification api
Root Schema : ClgStatusNSRequestModel
Type:
object
Outward clearing notification api request data
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object OutclgNSRequestModel
Outward clearing notification request model
Nested Schema : OutclgNSRequestModel
Type:
object
Outward clearing notification request model
Show Source
-
clgTxnRefNo(optional):
string
Transaction reference No generated in OBPM for each instrument sent for clearing.
-
instrumentNo(optional):
string
Instrument identification number
-
instrumentStatus(optional):
string
Instrument Status
-
networkCode(optional):
string
Network Code
-
rejectReasonCode(optional):
string
Reason Code in case of reject
-
valueDate(optional):
string
Value Date
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : ClgStatusNSResponseModel
Type:
object
Outward clearing notification api response data
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object OutclgNSResponseModel
Outward clearing notification response model
Nested Schema : OutclgNSResponseModel
Type:
object
Outward clearing notification response model
Show Source
-
msgStats(optional):
string
Message Status
-
responses(optional):
array responses
Response Code List
-
txnRefNo(optional):
string
Transaction Reference No
Nested Schema : responses
Type:
array
Response Code List
Show Source
-
Array of:
object ResponseCodeModel
Response Code model
Nested Schema : ResponseCodeModel
Type:
object
Response Code model
Show Source
-
respCode(optional):
string
Response Code
-
respDesc(optional):
string
Response Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error