Get deposit account details

Get a deposit account

Request
path Parameters
accountId
required
string

account unique identifier associated with the deposit account in the Finzly's CRM system

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v1/bank/account/{accountId}
Request samples
Response samples
application/json
{
  • "id": 101,
  • "productCode": "BBCCOO",
  • "accountSubType": "Savings",
  • "book": "string",
  • "accountName": "test123",
  • "accruedInterest": 222,
  • "effectiveDate": "2024-09-01",
  • "maturityDate": "2024-09-01",
  • "overdraftPermitted": false,
  • "overdraftLimit": "1.0",
  • "enableWires": false,
  • "stopWires": false,
  • "collateralized": false,
  • "deceasedOwner": false,
  • "legalHold": false,
  • "suspend": false,
  • "openedBy": "test.account",
  • "dateOpened": "2024-08-05",
  • "status": "ACTIVE",
  • "statementFrequency": "MONTHLY",
  • "nextStatementDate": "2024-09-01",
  • "offsetGL": "20718894",
  • "stopDebits": false,
  • "comments": "test",
  • "postingDate": "2024-09-01",
  • "routingNumber": "2024-09-01",
  • "nextInterestPayDate": "2024-09-01",
  • "error": "error",
  • "statementType": "PDF",
  • "nextResetDate": "2024-09-01",
  • "masterAccountId": 1212,
  • "masterAccountNumber": "98568989",
  • "hierarchyLevel": 0,
  • "hasChildren": false,
  • "processingOrg": "12",
  • "ytdIntPaid": 323,
  • "withheldTax": 323,
  • "freeTransactions": 5,
  • "accountNumber": "89895656",
  • "accountCurrency": "USD",
  • "currentBalance": 100000,
  • "ledgerBalanceInAccountCcy": 100000,
  • "ledgerBalanceInLedgerCcy": 100000,
  • "party": [
    ],
  • "debitCards": [
    ],
  • "result": {
    },
  • "notification": {
    },
  • "rates": {
    },
  • "product": {
    },
  • "statementSettings": {
    }
}