Create the cash withdrawal charges transaction details record
post
/service/v1/cashWithdrawalTxn
This endpoint is used to create the cash withdrawal charges transaction details record.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch code
-
userId(required): string
User Id
Request body with cash withdrawal transaction details to be persisted
Root Schema : CashWithdrawalTxnDTOCollection
Type:
object
Collection of CashWithdrawal Txn Dto.
Show Source
Nested Schema : CashWithdrawalTxnDTO
Type:
Show Source
object
-
action:
string
-
amount:
number
-
amtAccCcy:
number
-
authStat:
string
AuthStat
-
branchCode:
string
-
channel:
string
Channel
-
channelWithdrawalBranch:
string
ChannelWithdrawalBranch
-
checkerDtStamp:
string
CheckerDtStamp
-
checkerId:
string
CheckerId
-
checkerRemarks:
string
-
chequeDate:
string
-
chequeNo:
string
-
consignmentDate:
string
-
consignmentNo:
string
-
contactNo:
string
-
corporateId:
string
-
corporateName:
string
-
corporateRefNo:
string
-
courierCode:
string
-
currency:
string
-
cwAccRefNo:
string
Cash withdrawal acc ref number
-
debitAccountNo:
string
-
debitACCY:
string
Debit account number currency
-
debitDate:
string(date)
debitDate
-
debitStatus:
string
debitStatus
-
deliveryPointCode:
string
-
deliveryPointDesc:
string
-
denominationCount:
number
-
exchangeRate:
number
-
externalChannel:
string
externalChannel
-
extReferenceNo:
string
-
idProofDetail:
string
-
idProofType:
string
-
lienAmount:
number
lienAmount
-
lienDate:
string(date)
lienDate
-
lienNumber:
string
lienNumber
-
lienStatus:
string
Cash withdrawal lien status
-
makerDtStamp:
string
MakerDtStamp
-
makerId:
string
MakerId
-
makerRemarks:
string
-
noOfMiscFields:
number
-
onceAuth:
string
OnceAuth
-
processingDate:
string(date)
processingDate
-
recipientName:
string
-
recipientType:
string
-
recordStat:
string
RecordStat
-
requestedDate:
string(date)
requestedDate
-
slipNo:
number
-
stage:
string
stage
-
transactionRefNo:
string
-
txnRefNo:
string
txnRefNo
-
vaFlagYN:
string
Virtual Account flag as Y or N
-
withdrawalDate:
string
Channel Withdrawal Date
-
withdrawalSlipDate:
string(date)
withdrawalSlipDate
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error