Skip to main content

Capital One UK Open Banking Interface

The Capital One UK Open Banking Interface allows authorised Account Information Service Providers to access account information, including balances and transactions for our customers. It also allows authorised Card-Based Payment Instrument Issuers to confirm funds in an account.

Our implementation follows the UK Open Banking specification, available at Open Banking.

To use the interface you must be registered with the Financial Conduct Authority (FCA) as an Account Information Service Provider (AISP) or a Card-Based Payment Instrument Issuer (CBPII).

In order to get in contact with The Open Banking team at Capital One UK you can email Capital One Open Banking Support.

You can get started by Testing in the Sandbox.

For more details please visit the Open Banking Implementation Guide

API Endpoints

Production: https://integrations.capitalone.co.uk/open-banking/
Sandbox: https://auth-ui-obsbox.capitalone.co.uk/

Scroll down for code samples, example requests and responses. Code samples are written using CURL for clarity.

Well-Known Endpoints

We’ve described the paths of our well-known endpoints for the Sandbox and Production environments below.

Sandbox

Example Sandbox Request

$ curl -X get "https://auth-ui-obsbox.capitalone.co.uk/.well-known/openid-configuration" \
-H "accept: application/json"
`GET` https://auth-ui-obsbox.capitalone.co.uk/.well-known/openid-configuration

Production

Example Production Request

$ curl -X get "https://integrations.capitalone.co.uk/.well-known/openid-configuration" \
-H "accept: application/json"
`GET` https://integrations.capitalone.co.uk/.well-known/openid-configuration