Get all valid internal transfers
get
/service/intbks
This endpoints is used to view internal transfers.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStatus(optional): string
-
bookingDate(optional): string
-
bookingRefNo(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
offsetVirtualAccountNo(optional): string
-
originalRefNo(optional): string
-
realAccountNo(optional): string
-
realCustomerNo(optional): string
-
transactionStatus(optional): string
-
txnVirtualAccountCcy(optional): string
-
txnVirtualAccountNo(optional): string
-
valueDate(optional): string
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Root Schema : VanTbInternalTransfersServiceCollection
Type:
object
Collection of internaltransfers.
Show Source
Nested Schema : VanTbInternalTransfersServiceDTO-allOf[0]
Type:
Show Source
object
-
authStatus(optional):
string
Auth Status
-
bookingDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date of Booking -
bookingRefNo(optional):
string
Booking Reference Number.Auto-generated.Need not be input
-
checkerDtStamp(optional):
string
DateStamp of Authorization
-
checkerId(optional):
string
User id of Authorizer
-
drCr:
string
Debit Credit Indicator
-
exchRate(optional):
number
Exchange Rate
-
initialChecker(optional):
string
User id and datestamp when transaction first authorized
-
initialMaker(optional):
string
User id and datestamp when transaction first created
-
makerDtStamp(optional):
string
DateStamp of Making of the Transaction
-
makerId(optional):
string
User id of Maker
-
offsetAmount(optional):
number
Offset Amount
-
offsetTrnCode:
string
Offset Transaction Code
-
offsetVirtualAccountCcy:
string
Offset Virtual Account Currency
-
offsetVirtualAccountNo:
string
Offset Virtual Account Number
-
originalRefNo(optional):
string
Original Reference Number
-
realAccountNo:
string
Real Account Number
-
realCustomerNo:
string
Real Customer Number
-
remarks(optional):
string
Minimum Length:
0
Maximum Length:4000
Customer narrative information received from External System or User can also enter remarks -
sourceCode(optional):
string
Source Code
-
sourceRefNo(optional):
string
Source Reference Number
-
transactionStatus(optional):
string
Transaction Status
-
txnAmount:
number
Transaction Amount
-
txnBranch:
string
Real Account Branch
-
txnTrnCode:
string
Transaction Code
-
txnVirtualAccountCcy:
string
Transaction Virtual Account Currency
-
txnVirtualAccountNo:
string
Transaction Virtual Account Number
-
valueDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Value Date
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.