Python integration
import openbanking-python # Use an OAuth2 access token client = openbanking_python.Client(access_token="YOUR_ACCESS_TOKEN")
curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://openbanking.org.uk/file-payments/{FilePaymentId}curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://openbanking.org.uk/file-payment-consents/{ConsentId}curl \
-H "Authorization: Bearer $ACCESS_TOKEN" \
https://openbanking.org.uk/domestic-payment-consents/{ConsentId}