Connexis Cash website screenshot

Connexis Cash

Connexis Cash is BNP Paribas's corporate digital banking and cash management platform. It gives multinational corporates a unified online channel for payment initiation, real-time payment tracking, account reporting, reconciliation, and liquidity management across BNP Paribas's global network. Connexis Cash also exposes PSD2-compliant Open Banking APIs through the BNP Paribas CIB developer portal so that third-party providers (TPPs) can retrieve account information and initiate payments on behalf of Connexis Cash users, as well as a Strong Customer Authentication (SCA) flow.

3 APIs 0 Features
Account InformationBNP ParibasCash ManagementCorporate BankingDigital BankingLiquidity ManagementOpen BankingPaymentsPSD2SCASTET

APIs

Connexis Cash PSD2 Account Information API (STET)

A PSD2-compliant Account Information Service (AISP) API exposed by BNP Paribas Corporate and Institutional Banking. Third-party providers consume this REST/JSON API, which follo...

Connexis Cash Strong Customer Authentication (SCA)

A documented Strong Customer Authentication flow that BNP Paribas provides for Connexis Cash to satisfy PSD2 SCA requirements. TPPs integrate the SCA flow into their PSD2 journe...

Connexis Cash Digital Banking Platform

The Connexis Cash digital banking application itself. While not a public REST API, it is the user-facing platform that powers payment initiation, real-time tracking, reconciliat...

Collections

Pricing Plans

Rate Limits

Connexis Cash Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Open Banking Tracker
Open Banking Tracker
🔗
BNP Paribas CIB
BNP Paribas CIB
🔗
Mobile App
Mobile App

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: BNP Paribas Connexis Cash - STET PSD2 Account Information (AISP)
  version: 1.4.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.cib.bnpparibas.com/oauth2/v1/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Consents
    type: folder
  items:
  - info:
      name: Forward the PSU consent to the ASPSP
      type: http
    http:
      method: POST
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/consents
      body:
        type: json
        data: '{}'
    docs: Forward the PSU consent to the ASPSP
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: List PSU accounts available to the AISP
      type: http
    http:
      method: GET
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts
    docs: List PSU accounts available to the AISP
  - info:
      name: Retrieve a single account
      type: http
    http:
      method: GET
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts/:accountResourceId
      params:
      - name: accountResourceId
        value: ''
        type: path
    docs: Retrieve a single account
- info:
    name: Balances
    type: folder
  items:
  - info:
      name: Retrieve balances for an account
      type: http
    http:
      method: GET
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts/:accountResourceId/balances
      params:
      - name: accountResourceId
        value: ''
        type: path
    docs: Retrieve balances for an account
- info:
    name: Transactions
    type: folder
  items:
  - info:
      name: Retrieve transactions for an account
      type: http
    http:
      method: GET
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/accounts/:accountResourceId/transactions
      params:
      - name: accountResourceId
        value: ''
        type: path
      - name: dateFrom
        value: ''
        type: query
      - name: dateTo
        value: ''
        type: query
      - name: entryReferenceFrom
        value: ''
        type: query
    docs: Retrieve transactions for an account
- info:
    name: Beneficiaries
    type: folder
  items:
  - info:
      name: Retrieve PSU trusted beneficiaries
      type: http
    http:
      method: GET
      url: https://psd2.api.cib.bnpparibas.com/gb-account-information-psd2-stet/v1/trusted-beneficiaries
    docs: Retrieve PSU trusted beneficiaries
bundled: true