Fund Initiated
Fund.initiated will be received after the bank account statement has been received and the transaction has been submitted (required in case of manual bank statement upload). This step marks the initiation of fund transfer from IND to DW account.
Payload
Field | Type | Description |
---|---|---|
eventId | String | Unique Event Identifier |
eventCd | String | Event Type |
timestamp | String | Time of the Queue Entry |
payload | Object | Payload Object with the Details about the fund transaction |
payload.amount | Number | Transfer amount in US Dollars |
payload.transactionId | String | Unique id of transaction |
payload.statusReason | String | Received funds and bank statement upload - process lRS txn, before all |
payload.reasonCode | String | Blank |
payload.paymentStatus | String | INITIATED |
payload.custId | String | Unique Customer Identifier |
payload.bankStatementDoc1 | String | Document ids of the Bank statement uploaded by user. It can be a single file or multiple files (max 4) |
payload.bankStatementDoc2 | String | |
payload.bankStatementDoc3 | String | |
payload.bankStatementDoc4 | String |
{
"eventId": "69ca71a4-e07b-4b5b-8b2c-e8e086634d45",
"eventCd": "fund.initiated",
"timestamp" : "2022-12-10T09:27:32.316Z",
"payload": {
"amount": 195114.34,
"transactionId": "5ccab76b-9b47-4fa1-86e8-4d9db2fb6ebf",
"statusReason": “Received funds and bank statement uploaded - process lRS txn, before all”,
“reasonCode”: “”,
"paymentStatus": “INITIATED”,
"custId" : "fcdd0bdb-10a8-440a-8c43-d79a5fcaf52e"
“bankStatementDoc1”: “”,
}
}
Updated about 2 years ago