Skip to main content

Notification for Sync Bank Deposit Results

同步銀行存款結果的通知

  • URI: {{ftl-mock-url}}/ftl/receiveBankDepositResultNtfy
  • METHOD: POST
  • BODY:
{
"result": {
"transactionId": "TXN123456789",
"txnChannel": "atm",
"user": {
"firstName": "Andy",
"lastName": "Wang",
"idNumber": "A123456789",
"email": "ftl-mock@example.com",
"mobile": "+1234567890"
},
"account": {
"id": "9876543210",
"ccy": "USD",
"balance": 5000.00
},
"orgTxnAmt": 100,
"txnAmt": 99,
"fee": 1,
"remark": "Deposit was successful and credited to the account."
},
"code": "0",
"message": "Deposit successful"
}

Request

ParameterRequiredTypeDescription
resultBankDepositResultVoresult
codestringerror code
messagestringerror msg

Response

ParameterTypeDescription
resultbooleanresult
codestringerror code
messagestringerror msg
detailstringdetail error msg

BankDepositResultVo

ParameterTypeDescription
transactionIdstringBank transaction ID, for query purposes
txnChannelstringChannel, e.g., ATM/web_ATM
userUserVoBank user
accountAccountVoBank account
orgTxnAmtnumberOriginal deposit amount
txnAmtnumberActual deposit amount
feenumberTransaction fee
remarkstringRemarks

UserVo

ParameterTypeDescription
idNumberstringID card/passport (key)
firstNamestringFirst name
lastNamestringLast name
emailstringEmail
mobilestringMobile phone number

AccountVo

ParameterTypeDescription
idstringAccount number
ccystringCurrency
balancenumberBalance
bankNamestringBank name