Using openbanking-uk-extensions with openbanking.org.uk

Java integration

Install
# Maven: see https://github.com/OpenBankingToolkit/openbanking-uk-extensions
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-uk-extensions
Java
API
openbanking.org.uk
openbanking.org.uk:payment-initiation-openapi
At a glance
Language Java
Endpoints41
Base URLhttps://openbanking.org.uk