This operation retrieves the details of an Account given an accountId
. The accountId is one of the unique
identifiers for an account (e.g. FiAccountIdentifier.identification
or
MsisdnAccountIdentifier.msisdn
).
The account information as found based on the provided accountId
.
Bad Request.
Account not found.
Internal server error. Any 5xx should be considered as transitive and the original request should therefore be retried.
{- "account": {
- "primaryIdentifier": {
- "identifierType": "FI_ACCOUNT_IDENTIFIER",
- "identifier": 1234567890
}, - "additionalIdentifiers": [
- {
- "identifierType": "PROPRIETARY_ACCOUNT_IDENTIFIER",
- "identifier": "27-0821111111",
- "name": "My Savings Account"
}
], - "type": "CASH",
- "currency": "ZAR",
- "openingDate": "2022-05-03T15:02:01.000Z",
- "status": "ENABLED",
- "restrictions": [
- {
- "restrictionType": "NO_CREDITS",
- "validFrom": "2022-05-04T03:02:01.000Z",
- "validUntil": "2022-05-05T15:02:01.000Z"
}
]
}, - "primaryAccountOwnerDetails": {
- "name": {
- "title": "Mr",
- "initials": "AG",
- "firstName": "Andrew",
- "lastName": "Gates",
- "knownAs": "Stretch",
- "identification": null,
- "identificationType": "NATIONAL_ID",
- "ownerType": "INDIVIDUAL",
- "address": {
- "addressType": "HOME",
- "streetName": "Wonderland Road",
- "buildingNumber": 42,
- "buildingName": "AnswerToLife",
- "floor": 42,
- "postBox": 42,
- "postCode": 4242,
- "townName": "Hitch",
- "districtName": "Outer Regions District"
}, - "contactDetails": {
- "phoneNumber": "+27-0214620000",
- "mobileNumber": "+27-08230000000",
- "emailAddress": "andrew42@42.com"
}, - "countryOfResidence": "ZA"
}
}, - "otherAccountOwnerDetails": [
- {
- "name": "Electrum Payments",
- "identification": "2012/1234567/123456789",
- "identificationType": "COMPANY_REGISTRATION_NUMBER",
- "ownerType": "ORGANISATION",
- "address": {
- "addressType": "BIZZ",
- "streetName": "New Market Street",
- "buildingNumber": "16A",
- "buildingName": "Castle Mews",
- "floor": 3,
- "postCode": 8001,
- "townName": "Cape Town",
- "districtName": "Foreshore"
}, - "contactDetails": {
- "phoneNumber": "+27-0214486422",
- "emailAddress": "hello@electrum.co.za"
}, - "countryOfResidence": "ZA"
}
]
}