Danske Bank (UK) Payment Initiation API

OBIE Read/Write Payment Initiation API (PIS, v4.0) for initiating domestic, scheduled, standing-order, file, and international payments. FAPI-secured with OAuth2/OIDC, mutual-TLS, and PSD2 strong customer authentication; requires TPP onboarding via the Open Banking Directory.

OpenAPI Specification

danske-bank-uk-payment-initiation-openapi.json Raw ↑
{"openapi":"3.0.1","info":{"title":"Payment Initiation - UK OB","description":"Initiate domestic and international payments securely.","version":"4.0.0"},"tags":[{"name":"Domestic Payments"},{"name":"Domestic Scheduled Payments"},{"name":"Domestic Standing Orders","description":"Danske Bank only supports GBP standing orders for one fixed amount on a specified frequency for a defined period or open-ended. Standing Orders can only be requested on GBP current accounts and are only processed Monday to Friday. Payments within the standing order schedule which fall on a weekend or holiday will be processed on the following working day. First payment date/time cannot be greater than 1 year."},{"name":"File Payments"},{"name":"International Payments"},{"name":"International Scheduled Payments"}],"paths":{"/domestic-payment-consents":{"post":{"tags":["Domestic Payments"],"summary":"Create Domestic Payment Consents","operationId":"CreateDomesticPaymentConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomesticConsent4Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticPaymentConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-payment-consents/{ConsentId}":{"get":{"tags":["Domestic Payments"],"summary":"Get Domestic Payment Consents","operationId":"GetDomesticPaymentConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticPaymentConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-payment-consents/{ConsentId}/funds-confirmation":{"get":{"tags":["Domestic Payments"],"summary":"Get Domestic Payment Consents Funds Confirmation","operationId":"GetDomesticPaymentConsentsConsentIdFundsConfirmation","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticPaymentConsentsConsentIdFundsConfirmationRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-payments":{"post":{"tags":["Domestic Payments"],"summary":"Create Domestic Payments","operationId":"CreateDomesticPayments","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomestic2Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticPaymentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-payments/{DomesticPaymentId}":{"get":{"tags":["Domestic Payments"],"summary":"Get Domestic Payments","operationId":"GetDomesticPaymentsDomesticPaymentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/DomesticPaymentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticPaymentsDomesticPaymentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-scheduled-payment-consents":{"post":{"tags":["Domestic Scheduled Payments"],"summary":"Create Domestic Scheduled Payment Consents","operationId":"CreateDomesticScheduledPaymentConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomesticScheduledConsent4Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticScheduledPaymentConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-scheduled-payment-consents/{ConsentId}":{"get":{"tags":["Domestic Scheduled Payments"],"summary":"Get Domestic Scheduled Payment Consents","operationId":"GetDomesticScheduledPaymentConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticScheduledPaymentConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-scheduled-payments":{"post":{"tags":["Domestic Scheduled Payments"],"summary":"Create Domestic Scheduled Payments","operationId":"CreateDomesticScheduledPayments","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomesticScheduled2Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticScheduledPaymentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-scheduled-payments/{DomesticScheduledPaymentId}":{"get":{"tags":["Domestic Scheduled Payments"],"summary":"Get Domestic Scheduled Payments","operationId":"GetDomesticScheduledPaymentsDomesticScheduledPaymentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/DomesticScheduledPaymentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticScheduledPaymentsDomesticScheduledPaymentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-standing-order-consents":{"post":{"tags":["Domestic Standing Orders"],"summary":"Create Domestic Standing Order Consents","operationId":"CreateDomesticStandingOrderConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomesticStandingOrderConsent5Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticStandingOrderConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-standing-order-consents/{ConsentId}":{"get":{"tags":["Domestic Standing Orders"],"summary":"Get Domestic Standing Order Consents","operationId":"GetDomesticStandingOrderConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticStandingOrderConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-standing-orders":{"post":{"tags":["Domestic Standing Orders"],"summary":"Create Domestic Standing Orders","operationId":"CreateDomesticStandingOrders","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteDomesticStandingOrder3Param"},"responses":{"201":{"$ref":"#/components/responses/201DomesticStandingOrdersCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/domestic-standing-orders/{DomesticStandingOrderId}":{"get":{"tags":["Domestic Standing Orders"],"summary":"Get Domestic Standing Orders","operationId":"GetDomesticStandingOrdersDomesticStandingOrderId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/DomesticStandingOrderId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200DomesticStandingOrdersDomesticStandingOrderIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payment-consents":{"post":{"tags":["File Payments"],"summary":"Create File Payment Consents","operationId":"CreateFilePaymentConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteFileConsent3Param"},"responses":{"201":{"$ref":"#/components/responses/201FilePaymentConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payment-consents/{ConsentId}":{"get":{"tags":["File Payments"],"summary":"Get File Payment Consents","operationId":"GetFilePaymentConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200FilePaymentConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payment-consents/{ConsentId}/file":{"post":{"tags":["File Payments"],"summary":"Create File Payment Consents","operationId":"CreateFilePaymentConsentsConsentIdFile","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/FileParam"},"responses":{"200":{"$ref":"#/components/responses/200FilePaymentConsentsConsentIdFileCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payments":{"post":{"tags":["File Payments"],"summary":"Create File Payments","operationId":"CreateFilePayments","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteFile2Param"},"responses":{"201":{"$ref":"#/components/responses/201FilePaymentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payments/{FilePaymentId}":{"get":{"tags":["File Payments"],"summary":"Get File Payments","operationId":"GetFilePaymentsFilePaymentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/FilePaymentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200FilePaymentsFilePaymentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/file-payments/{FilePaymentId}/report-file":{"get":{"tags":["File Payments"],"summary":"Get File Payments","operationId":"GetFilePaymentsFilePaymentIdReportFile","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/FilePaymentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200FilePaymentsFilePaymentIdReportFileRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-payment-consents":{"post":{"tags":["International Payments"],"summary":"Create International Payment Consents","operationId":"CreateInternationalPaymentConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteInternationalConsent5Param"},"responses":{"201":{"$ref":"#/components/responses/201InternationalPaymentConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-payment-consents/{ConsentId}":{"get":{"tags":["International Payments"],"summary":"Get International Payment Consents","operationId":"GetInternationalPaymentConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200InternationalPaymentConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-payment-consents/{ConsentId}/funds-confirmation":{"get":{"tags":["International Payments"],"summary":"Get International Payment Consents Funds Confirmation","operationId":"GetInternationalPaymentConsentsConsentIdFundsConfirmation","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200InternationalPaymentConsentsConsentIdFundsConfirmationRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-payments":{"post":{"tags":["International Payments"],"summary":"Create International Payments","operationId":"CreateInternationalPayments","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteInternational3Param"},"responses":{"201":{"$ref":"#/components/responses/201InternationalPaymentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-payments/{InternationalPaymentId}":{"get":{"tags":["International Payments"],"summary":"Get International Payments","operationId":"GetInternationalPaymentsInternationalPaymentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/InternationalPaymentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200InternationalPaymentsInternationalPaymentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-scheduled-payment-consents":{"post":{"tags":["International Scheduled Payments"],"summary":"Create International Scheduled Payment Consents","operationId":"CreateInternationalScheduledPaymentConsents","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteInternationalScheduledConsent5Param"},"responses":{"201":{"$ref":"#/components/responses/201InternationalScheduledPaymentConsentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/responses/415Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-scheduled-payment-consents/{ConsentId}":{"get":{"tags":["International Scheduled Payments"],"summary":"Get International Scheduled Payment Consents","operationId":"GetInternationalScheduledPaymentConsentsConsentId","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200InternationalScheduledPaymentConsentsConsentIdRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-scheduled-payment-consents/{ConsentId}/funds-confirmation":{"get":{"tags":["International Scheduled Payments"],"summary":"Get International Scheduled Payment Consents Funds Confirmation","operationId":"GetInternationalScheduledPaymentConsentsConsentIdFundsConfirmation","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/ConsentId"},{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"responses":{"200":{"$ref":"#/components/responses/200InternationalScheduledPaymentConsentsConsentIdFundsConfirmationRead"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"429":{"$ref":"#/components/responses/429Error"},"500":{"$ref":"#/components/responses/500Error"},"503":{"$ref":"#/components/responses/503Error"}}}},"/international-scheduled-payments":{"post":{"tags":["International Scheduled Payments"],"summary":"Create International Scheduled Payments","operationId":"CreateInternationalScheduledPayments","security":[{"BearerAuth":[]}],"parameters":[{"$ref":"#/components/parameters/x-fapi-auth-date"},{"$ref":"#/components/parameters/x-fapi-customer-ip-address"},{"$ref":"#/components/parameters/x-fapi-interaction-id"},{"$ref":"#/components/parameters/x-idempotency-key"},{"$ref":"#/components/parameters/x-jws-signature"},{"$ref":"#/components/parameters/x-customer-user-agent"}],"requestBody":{"$ref":"#/components/requestBodies/OBWriteInternationalScheduled3Param"},"responses":{"201":{"$ref":"#/components/responses/201InternationalScheduledPaymentsCreated"},"400":{"$ref":"#/components/responses/400Error"},"401":{"$ref":"#/components/responses/401Error"},"403":{"$ref":"#/components/responses/403Error"},"404":{"$ref":"#/components/responses/404Error"},"405":{"$ref":"#/components/responses/405Error"},"406":{"$ref":"#/components/responses/406Error"},"409":{"$ref":"#/components/responses/409Error"},"415":{"$ref":"#/components/respon

# --- truncated at 32 KB (289 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/danske-bank-uk/refs/heads/main/openapi/danske-bank-uk-payment-initiation-openapi.json