Payment Network Type

Suggested values for Payment Network Type. `US_` refers to the USA, and `CA_` refers to Canada. Possible values: * CA_ACSS: Automated Clearing House Settlement System * CA_LVTS: Large-Value Transfer System * US_ACH: Automated Clearing House, also called Fed ACH network (mostly small banks) * US_CHIPS: Clearinghouse Interbank Payments System. Also called Clearing House ACH network (primarily big banks) * US_FEDNOW: Federal Reserve Instant Payment System **NOTE**: `US_FEDWIRE` and `US_RTP` are not supported payment network types.

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

JSON Schema

fdx-paymentnetworktype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Payment Network Type",
  "description": "Suggested values for Payment Network Type. `US_` refers to the USA, and `CA_` refers to Canada.\nPossible values:\n\n* CA_ACSS: Automated Clearing House Settlement System\n* CA_LVTS: Large-Value Transfer System\n* US_ACH: Automated Clearing House, also called Fed ACH network (mostly small banks)\n* US_CHIPS: Clearinghouse Interbank Payments System. Also called Clearing House ACH network (primarily big banks)\n* US_FEDNOW: Federal Reserve Instant Payment System\n\n**NOTE**: `US_FEDWIRE` and `US_RTP` are not supported payment network types.\n",
  "type": "string",
  "enum": [
    "CA_ACSS",
    "CA_LVTS",
    "US_ACH",
    "US_CHIPS",
    "US_FEDNOW",
    "US_FEDWIRE",
    "US_RTP"
  ]
}