Read Wallet Account/IBAN incl. Balance

Summary #

This API allows to read Details of a given Account

Endpoint #

Input #

{
  "customerNumber": "string",
  "ibanNumber": "string"
}

Customer Number is the Flexcube Customer Number.

IBAN Number is the IBAN Account Number.

Response #

{
  "accountDescription": "string",
  "accountOpenDate": "string",
  "accountStatusCreditOvd": "string",
  "accountStatusDebitOvd": "string",
  "accountClass": "string",
  "accountType": "string",
  "address1": "string",
  "address2": "string",
  "address3": "string",
  "address4": "string",
  "branchCode": "string",
  "currency": "string",
  "checkerDateStamp": "string",
  "customerAccountNumber": "string",
  "ibanAccountNumber": "string",
  "currentBalance": 0,
  "customerNumber": "string",
  "phoneNumber": "string"
}

Status Codes #

  • Status Code 200, If all good
  • Status Code 400 with Error Messages in case of Bad Input
  • Status Code 500 with No Error Message in case of Server Failure

Endpoint #

Input #

{
  "ibanNumber": "string"
}

Customer Number is the Flexcube Customer Number.

IBAN Number is the IBAN Account Number.

Response #

{
  "accountDescription": "string",
  "accountOpenDate": "string",
  "accountStatusCreditOvd": "string",
  "accountStatusDebitOvd": "string",
  "accountClass": "string",
  "accountType": "string",
  "address1": "string",
  "address2": "string",
  "address3": "string",
  "address4": "string",
  "branchCode": "string",
  "currency": "string",
  "checkerDateStamp": "string",
  "customerAccountNumber": "string",
  "ibanAccountNumber": "string",
  "currentBalance": 0,
  "customerNumber": "string",
  "phoneNumber": "string"
}

Status Codes #

  • Status Code 200, If all good
  • Status Code 400 with Error Messages in case of Bad Input
  • Status Code 500 with No Error Message in case of Server Failure

Powered by BetterDocs