Notification API to be consumed by external payment integration to send instrument clearing status

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
Header Parameters
Body ()
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: array
Show Source
Nested Schema : OutclgNSRequestModel
Type: object
Outward clearing notification request model
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : ClgStatusNSResponseModel
Type: object
Outward clearing notification api response data
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : OutclgNSResponseModel
Type: object
Outward clearing notification response model
Show Source
Nested Schema : responses
Type: array
Response Code List
Show Source
Nested Schema : ResponseCodeModel
Type: object
Response Code model
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top