{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Domestic Standing Orders API", "version": "4.0.0" }, "items": [ { "info": { "name": "Domestic Standing Orders", "type": "folder" }, "items": [ { "info": { "name": "Create Domestic Standing Order Consents", "type": "http" }, "http": { "method": "POST", "url": "/open-banking/v4.0/aisp/domestic-standing-order-consents", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-idempotency-key", "value": "" }, { "name": "x-jws-signature", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Domestic Standing Order Consents" }, { "info": { "name": "Get Domestic Standing Order Consents", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/domestic-standing-order-consents/:ConsentId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "ConsentId", "value": "", "type": "path", "description": "ConsentId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Domestic Standing Order Consents" }, { "info": { "name": "Create Domestic Standing Orders", "type": "http" }, "http": { "method": "POST", "url": "/open-banking/v4.0/aisp/domestic-standing-orders", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-idempotency-key", "value": "" }, { "name": "x-jws-signature", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Domestic Standing Orders" }, { "info": { "name": "Get Domestic Standing Orders", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/domestic-standing-orders/:DomesticStandingOrderId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "Authorization", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "DomesticStandingOrderId", "value": "", "type": "path", "description": "DomesticStandingOrderId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Domestic Standing Orders" } ] } ], "bundled": true }