Cash Withdrawal API
post
/cash-services/service/v1/cash/cashWithdrawal
This endpoint is used to perform a cash withdrawal.
Request
Supported Media Types
- application/json
Header Parameters
Request Body that contains data required for creating a Cash Withdrawal
Root Schema : CashWithdrawalData
Type:
object
User Cash Withdrawal Request
Show Source
-
cashWithdrawalTransaction(optional):
object CashDepositTransaction
GL Credit Request
-
demDtls(optional):
array demDtls
-
extSysDtls(optional):
object ExtSysDtls
User Misc GL Credit Request
-
prcDtls(optional):
array prcDtls
-
sourceCode(optional):
string
sourceCode
-
sourceRefNo(optional):
string
sourceRefNo
Nested Schema : CashDepositTransaction-allOf[0]
Type:
Show Source
object
-
cashAmount(optional):
number
-
chequeDate(optional):
string(date)
-
chequeNumber(optional):
string
-
fromAccountAmt(optional):
number
-
fromAccountBranch(optional):
string
-
fromAccountCcy(optional):
string
-
fromAccountNumber(optional):
string
-
mobileNumber(optional):
string
-
narrative(optional):
string
-
tellerSeqNumber(optional):
string
-
toAccountAmt(optional):
number
-
toAccountBranch(optional):
string
-
toAccountCcy(optional):
string
-
toAccountNumber(optional):
string
-
txnBranchCode(optional):
string
-
txnCustomer(optional):
string
-
txnDate(optional):
string(date)
-
txnRefNumber(optional):
string
Nested Schema : DenomTxnDtlsModel
Type:
Show Source
object
-
denomCode(optional):
string
Demon Code
-
denomCodeValue(optional):
string
Demon Code Value
-
denomType(optional):
string
Demon Type
-
inOutIndicator(optional):
string
InOut Indicator
-
parentId(optional):
string
Parent ID
-
recordId(optional):
string
Record Id
-
tellerId(optional):
string
User ID
-
units(optional):
number
Units
-
value(optional):
number
Value
Nested Schema : PrcDtlsModel
Type:
Show Source
object
-
additionalFields(optional):
string
-
chargeAmt(optional):
number
Charge Amount
-
chargeBasis(optional):
string
-
chargeByCash(optional):
string
-
chargeCategory(optional):
string
-
chargeCcy(optional):
string
Charge Currency
-
chargeCode(optional):
string
Charge Code
-
chargeCreditAccount(optional):
string
-
chargeDebitAccount(optional):
string
-
chargeDebitLeg(optional):
string
Charge debit leg (Whom)
-
chargeDescription(optional):
string
Charge Description
-
chargeId(optional):
string
Pick up Charge id to use in accounting
-
chargeSharing(optional):
string
-
chgCrTxnCode(optional):
string
-
chgDrTxnCode(optional):
string
-
detailsId(optional):
string
Pickup Charge details Id to use in accounting
-
exchangeRate(optional):
number
-
maxChgAmount(optional):
number
-
maxChgPct(optional):
number
-
minChgAmount(optional):
number
-
minChgPct(optional):
number
-
minMaxValidationCriteria(optional):
string
-
originalChargeAmt(optional):
number
Original Charge Amount
-
parentId(optional):
string
parent id
-
recordId(optional):
string
id
-
waiver(optional):
string
Waiver
Response
Supported Media Types
- application/json
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created Cash Withdrawal
Nested Schema : data
Type:
object
Nested Schema : items
Type:
object
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