Using openbanking-python with openbanking.org.uk

Python integration

Install
pip install openbanking-python
Quick start
import openbanking-python

# Use an OAuth2 access token
client = openbanking_python.Client(access_token="YOUR_ACCESS_TOKEN")
Get File Payments
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://openbanking.org.uk/file-payments/{FilePaymentId}
Get File Payment Consents
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://openbanking.org.uk/file-payment-consents/{ConsentId}
Get Domestic Payment Consents
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://openbanking.org.uk/domestic-payment-consents/{ConsentId}
SDK on GitHub 📄 API Docs
SDK
openbanking-python
Python
API
openbanking.org.uk
openbanking.org.uk:payment-initiation-openapi
At a glance
Language Python
Endpoints41
Base URLhttps://openbanking.org.uk