Is Account Valid Query (v1)

Query to check if the account is valid

Architecture

Schema

Message Schema

5 properties

Base type for all queries in the system

id string
required

Unique identifier for the message, typically a UUID

originAccountId string <uri>
required

Unique identifier for the originating account. The URI format is used to identify the underlying core. Note: The format is `<core>:<branch>:<identifier>`.

externalReferenceId string
required

Unique external reference number for the request. Used for tracking.

currency string
required

The payment currency code in ISO 4217 format

debitCreditIndicator string
required

Debit or Credit indicator. Used to determine if the account is valid for a certain type of transactios.

Allowed values: CREDIT DEBIT BOTH NONE