Citizens Financial website screenshot

Citizens Financial

Citizens Financial Group is one of the oldest and largest financial institutions in the United States, providing retail and commercial banking products and services to individuals, small businesses, middle-market companies, and large corporations. Citizens exposes its programmable surface through the Citizens developer portal at developer.citizensbank.com, with REST APIs for deposit account and transaction data, ATM location services, and point-of-sale consumer financing through Citizens Pay. Authentication is OAuth 2.0 and the portal provides both sandbox and production environments.

3 APIs 0 Features
AccountsATMsBankingOpen BankingPaymentsPoint of SaleTransactions

APIs

Citizens Bank Accounts API

The Citizens Bank Accounts API enables authenticated consumers to programmatically retrieve deposit account and transaction data for Citizens Bank customers. Designed exclusivel...

Citizens Bank ATM Locator API

The Citizens Bank ATM Locator API enables users to locate all Citizens Bank ATMs throughout the USA. The API supports queries by zip code, street address, or latitude and longit...

Citizens Pay API

The Citizens Pay API enables merchants and partners to integrate Citizens Pay point-of-sale financing into their applications and checkout experiences. Citizens Pay provides con...

Collections

Pricing Plans

Rate Limits

Citizens Financial Rate Limits

2 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Citizens Financial Context

14 classes · 0 properties

JSON-LD

API Governance Rules

Citizens Financial API Rules

6 rules · 4 errors 2 warnings

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Sandbox
Sandbox
💬
Support
Support
📜
PrivacyPolicy
PrivacyPolicy
🔗
JSONLD
JSONLD
🔗
Spectral
Spectral

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Citizens Bank ATM Locator API
  version: '1.0'
items:
- info:
    name: ATM Locations
    type: folder
  items:
  - info:
      name: Search ATM locations
      type: http
    http:
      method: GET
      url: https://api.citizensbank.com/atms
      params:
      - name: zipCode
        value: ''
        type: query
        description: ZIP code to search near
      - name: address
        value: ''
        type: query
        description: Street address to search near
      - name: latitude
        value: ''
        type: query
        description: Latitude coordinate
      - name: longitude
        value: ''
        type: query
        description: Longitude coordinate
      - name: radius
        value: ''
        type: query
        description: Search radius in miles
      - name: limit
        value: ''
        type: query
        description: Maximum number of results to return
    docs: Searches for Citizens Bank ATM locations by zip code, street address, or geographic coordinates. Returns location
      details including hours and facility type.
bundled: true