Cash Deposit/Withdrawal Reversal API

post

/api-gateway/obremo-srv-branch-teller-services/obremo-srv-branch-teller-services/ob/obbrn/branchteller/v1/transactionServiceReversal

This API is used to reverse external OBBRN cash deposit and cash withdrawal transaction

Request

Supported Media Types
Header Parameters
  • Indicates a unique code to identify the application sub-domain. The value to be passed for this service as: SRVBRNTLR
  • Indicates the authorization token generated for the User ID mentioned above.
  • Indicates the application branch in which the operation is being initiated. The User ID used should have appropriate roles/rights to perform the action/operation in the given Branch.
  • Indicates the date of the application branch in which the operation is being initiated.
  • Indicates the media type of the resource being sent in the HTTP message body. This specifies the kind of data being sent by the server or the client. The value to be passed for this service as: application/json
  • Indicates the source system from where the operation is being initiated.
  • Indicates the Tenent ID on the SaaS Deployment.
  • Indicates the application User ID which will be used to initiate the operation. This User ID will be stored for audit purpose in the application against the operation. The User ID used here should have the appropriate roles/rights to perform the operation/action.
Body ()
Request Body that contains data required for Reversal of Cash Deposit and Withdrawal Transactions.
Root Schema : ExternalTransactionReversal
Type: object
Show Source
Nested Schema : customFlds
Type: array
Show Source
Nested Schema : customObj
Type: object
Back to Top

Response

Supported Media Types

200 Response

External Api request processed successfully!!
Body ()
Root Schema : ExternalTransactionResponseModel
Type: object
Show Source
Nested Schema : data
Type: object
Response Data Received
Nested Schema : errors
Type: object
Error list to diaplay all the Errors
Nested Schema : informations
Type: object
Information list to Display all Information Messages
Nested Schema : paging
Type: object
Page number Information based on the size of the Data
Nested Schema : warnings
Type: object
Warnings list to Display all Warnings

400 Response

Bad request error, the server is unable to process the request.

401 Response

Unauthorized request error, invalid credentials.

403 Response

Request denied, no permission to access the request.

405 Response

Request denied, invalid input.

500 Response

Internal server error.
Back to Top