Skip to content

Citizens Bank OBP API Sandbox

tawoe edited this page Oct 5, 2019 · 21 revisions

Hello!

This is a special page for the Citizens Bank OBP API sandbox.

TL;DR

Go here: Citizens Bank

Status

This document may be updated.

Overview

Open Bank Project is an open source API for banks that provides a RESTful interface for developers to build customer facing applications without needing to code for each bank or account type differently. You can use it as a flexible toolbox of data and services to help realise (a.k.a. hack!) your ideas together. For the hackathons, developers have access to simulated transaction data for imaginary customers that match certain customer profiles.

What sort of applications can I build with the OBP API?

Customer facing retail banking and fintech applications for consumers, SMEs, associations, charities, governments and NGOs; including (but not limited to!) Personal Finance Management (PFM) Solutions, online accounting integration, financial widgets, Savings Apps, Education Apps, Gamification, Peace of Mind Apps, Transparency Apps, Crowd funding, on boarding, CRM etc..

What data and services can I access?

This OBP instance contains a) Synthetic Customer, Account and Transaction data. b) Anonymised Cutomer Account and Transaction data.

Simulated Customer related data / APIs include:

  • Account information, balance and transaction history of multiple bank accounts
  • Enrich bank transactions with metadata (tags, comments, urls and geolocation) for example to link a receipt or video to a transaction
  • Create/Access different views on accounts. Each view grants a subset of the data to a restricted group of users. For example, a customer could offer special views on his account to his accountants, auditors or regulators. A charity might open their accounts to the public
  • Initiate payments
  • Onboard Customers (KYC etc.)

Application registration

You will need to register your application here. You will get a consumer key and consumer secret for the calls requiring OAuth or Direct Login authentication.

Anonymised Data Warehouse data:

Information about the anonymized data sets here

Direct Login and OAuth

The recommended way to authenticate in the hackathon context is to use Direct Login.

To get started with OBP and OAuth we recommend you use (and fork) one of our OAuth Starter SDKs

Note: Many examples in the docs / SDKs use the general OBP sandbox domain. Make sure you use the correct domain in all calls i.e. citizensbank.openbankproject.com !

API documentation

  • For the latest version (recommended) see 3.0.0

Customer logins

During the OAuth login, the user of your app will be asked for a customer username/password.

These credentials give you access to ** synthetic sandbox data **

You can use Direct Login or OAuth 1:

      {
        "user_name":"Robert.Us.0201",
        "password":"X!e07c40cf",
        "email":"robert.us.0201@x.y"
      },
      {
        "user_name":"Susan.Us.0201",
        "password":"X!744b2d0a",
        "email":"susan.us.0201@x.y"
      },
      {
        "user_name":"Anil.Us.0201",
        "password":"X!dc2ebaf6",
        "email":"anil.us.0201@x.y"
      },
      {
        "user_name":"Ellie.Us.0201",
        "password":"X!e61237b8",
        "email":"ellie.us.0201@x.y"
      },
      {
        "user_name":"Rosalie.Us.0201",
        "password":"X!6f94ba71",
        "email":"rosalie.us.0201@x.y"
      },
      {
        "user_name":"Chris.Us.0201",
        "password":"X!9f49815c",
        "email":"chris.us.0201@x.y"
      },
      {
        "user_name":"Dennis.Us.0201",
        "password":"X!0169aac1",
        "email":"dennis.us.0201@x.y"
      },
      {
        "user_name":"Jane.Us.0201",
        "password":"X!f3df0b40",
        "email":"jane.us.0201@x.y"
      },
      {
        "user_name":"Emma.Us.0201",
        "password":"X!893554ed",
        "email":"emma.us.0201@x.y"
      },
      {
        "user_name":"Sebastien.Us.0201",
        "password":"X!8448ade4",
        "email":"sebastien.us.0201@x.y"
      },
      {
        "user_name":"Wim.Us.0201",
        "password":"X!9641f724",
        "email":"wim.us.0201@x.y"
      },
      {
        "user_name":"Simon.Us.0201",
        "password":"X!9983cbe5",
        "email":"simon.us.0201@x.y"
      },
      {
        "user_name":"Jean-paul.Us.0201",
        "password":"X!e46f14bf",
        "email":"jean-paul.us.0201@x.y"
      },
      {
        "user_name":"Elise.Us.0201",
        "password":"X!8735736f",
        "email":"elise.us.0201@x.y"
      },
      {
        "user_name":"Eleanor.Us.0201",
        "password":"X!d403bb10",
        "email":"eleanor.us.0201@x.y"
      },
      {
        "user_name":"Robert.Us.44",
        "password":"X!252b3849",
        "email":"robert.us.44@x.y"
      },{
        "user_name":"Susan.Us.44",
        "password":"X!28b651f8",
        "email":"susan.us.44@x.y"
      },{
        "user_name":"Anil.Us.44",
        "password":"X!aaa38f55",
        "email":"anil.us.44@x.y"
      },{
        "user_name":"Ellie.Us.44",
        "password":"X!0c896c15",
        "email":"ellie.us.44@x.y"
      }

Please ask a member of the Open Bank Project team for more logins if you require. You can use this application which also uses OAuth to browse your transaction data (use the above username/password).

Power Users

The following are power user accounts on the sandbox which have permissions to create banks, create products etc.

        {
            "username": "power.user.0",
            "password": "X!16a99a40",
            "email": "power0@tesobe.com"
        },
        {
            "username": "power.user.1",
            "password": "X!16a99a41",
            "email": "power1@tesobe.com"
        },
        {
            "username": "power.user.2",
            "password": "X!16a99a42",
            "email": "power2@tesobe.com"
        },
        {
            "username": "power.user.3",
            "password": "X!16a99a43",
            "email": "power3@tesobe.com"
        },
        {
            "username": "power.user.4",
            "password": "X!16a99a44",
            "email": "power4@tesobe.com"
        },
        {
            "username": "power.user.5",
            "password": "X!16a99a45",
            "email": "power5@tesobe.com"
        },
        {
            "username": "power.user.6",
            "password": "X!16a99a46",
            "email": "power6@tesobe.com"
        },
        {
            "username": "power.user.7",
            "password": "X!16a99a47",
            "email": "power7@tesobe.com"
        },
        {
            "username": "power.user.8",
            "password": "X!16a99a48",
            "email": "power8@tesobe.com"
        },
        {
            "username": "power.user.9",
            "password": "X!16a99a49",
            "email": "power9@tesobe.com"
        }

FAQ:

Questions / Contact?

Clone this wiki locally