Reverse the txn by given ID

patch

/api/1.0/service/intbks/{bookingRefNo}/reverse

This endpoints is used to reverse an internal transfers.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Request body contain remarks on reversing the transaction
Root Schema : InternalTransferReverseDto
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : VanTbInternalTransfersResponseWrapperDTO
Type: object
Show Source
Nested Schema : VanTbInternalTransfersServiceDTO
Type: object
Match All
Show Source
Nested Schema : VanTbInternalTransfersServiceResponseDto
Type: object
Show Source
Nested Schema : VanTbInternalTransfersServiceDTO-allOf[0]
Type: object
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : VanTbInternalTransfersServiceResponseCode
Type: object
Show Source

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.

500 Response

Internal server error.
Back to Top