Payment Network Identifier Type

The type of identifier used to identify the account in the payment network

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-paymentnetworkidentifiertype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Payment Network Identifier Type",
  "description": "The type of identifier used to identify the account in the payment network\n",
  "type": "string",
  "enum": [
    "ACCOUNT_NUMBER",
    "TOKENIZED_ACCOUNT_NUMBER"
  ]
}