Riverty Logo

Lookup account by SSN

Lookup account by SSN

PATH:

/api/v3/customer-account/{ssn}

PATH PARAMETERS:

ssn
required

string

RESPONSES:

200 OK

RESPONSE SCHEMA:

account

account object

accountLimit

number

Amount of granted account limit if account has limit assigned to it

accountNumber

string

Customeraccounts identifier

accountProfile

string

Identifier of a specific accountProfile

accountStatus

string

Enum:OkFirstReminderSecondReminderUnderCancelationSentToDebtCollectionClosedFromDebtCollection

Account status

balance

number

Current ledger balance

bankAccount

string

Bank account, which is linked to this account

customerId

string

Customer ID, which is linked to this account

createdAt

string Format: date-time

Date and time when account was created

isStopped

boolean

Indicates whether account is stopped or not

ocr

string

OCR (Optical Character Recognition) number bound to this account

lastNoticeDate

string Format: date-time

Date of last notice

nextNoticeDate

string Format: date-time

Date of next notice

customer

customer object

Customer details

customerNumber

string <= 100 characters

Customer number

customerAccountId

string <= 50 characters

Customer account id

firstName

string <= 50 characters

First name

lastName

string <= 50 characters

Last name

addressList

array of addressList

Address list

Array () [
careOf

string <= 50 characters

Care of. Intermediary who is responsible for transferring a piece of mail between the postal system and the final addressee. For example Jane c/o John (“Jane at John's address”). This field has to be used for company, authority and organization names as well - e. g. "Sportverein Blau-Weiß e.V.

street

string <= 100 characters

Name of street or packstation

streetNumber

string <= 10 characters

Street or packstation number

streetNumberAdditional

string <= 10 characters

Additional street number

postalCode

string <= 10 characters

Postal code

postalPlace

string <= 100 characters

Postal place

countryCode

string

Enum:NOSEFIDKDEATCHNLBE

Country code

]
400 Model validation failed.

RESPONSE SCHEMA:

Array () [
type

string

Enum:BusinessErrorTechnicalErrorNotificationMessage

Message type

code

string <= 100 characters

Confirmation or error code

message

string <= 4096 characters

Message content

customerFacingMessage

string <= 4096 characters

Message to display to customer

actionCode

string

Enum:UnavailableAskConsumerToConfirmAskConsumerToReEnterDataOfferSecurePaymentMethodsRequiresSsnAskConsumerToIdentify

Possible next action to make

fieldReference

string <= 100 characters

Reference to field that caused an error

]
401 Authorization has been denied for this request.
500 Internal server error.

Path

get

/api/v3/customer-account/{ssn}

Response samples

200400
  • {
    • "account": { ... }
      • {
        • "accountLimit": 1.00,
        • "accountNumber": "string",
        • "accountProfile": "string",
        • "accountStatus": "string",
        • "balance": 1.00,
        • "bankAccount": "string",
        • "customerId": "string",
        • "createdAt": "string",
        • "isStopped": true,
        • "ocr": "string",
        • "lastNoticeDate": "string",
        • "nextNoticeDate": "string"
        }
      ,
    • "customer": { ... }
      • {
        • "customerNumber": "string",
        • "customerAccountId": "string",
        • "firstName": "string",
        • "lastName": "string",
        • "addressList": [ { ... }
          • {
            • "careOf": "string",
            • "street": "string",
            • "streetNumber": "string",
            • "streetNumberAdditional": "string",
            • "postalCode": "string",
            • "postalPlace": "string",
            • "countryCode": "string"
            }
          ]
        }
    }
  • {
    • "type": "string",
    • "code": "string",
    • "message": "string",
    • "customerFacingMessage": "string",
    • "actionCode": "string",
    • "fieldReference": "string"
    }
Riverty 2023