{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Consents Statements API", "version": "4.0.1" }, "items": [ { "info": { "name": "Statements", "type": "folder" }, "items": [ { "info": { "name": "Get Statements for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/statements", "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": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" }, { "name": "fromStatementDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter statements FROM.\n\nNote: Time component is optional - set to 00:00:00 for just Date.\n\nThe value **must not** include the timezone component.\n" }, { "name": "toStatementDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter statements TO.\n\nNote: Time component is optional - set to 00:00:00 for just Date.\n\nThe value **must not** include the timezone component.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve statement information for a specific PSU account." }, { "info": { "name": "Get Statement by StatementId for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/statements/:StatementId", "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": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "StatementId", "value": "", "type": "path", "description": "StatementId" }, { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve the statement information resource for a specific statement." }, { "info": { "name": "Get Statement file by StatementId for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/statements/:StatementId/file", "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": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "StatementId", "value": "", "type": "path", "description": "StatementId" }, { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve a non-json representation of a specific statement." }, { "info": { "name": "Get Statement Transactions for an AccountId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/accounts/:AccountId/statements/:StatementId/transactions", "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": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "StatementId", "value": "", "type": "path", "description": "StatementId" }, { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve transactions that appear on a selected statement for a specific PSU account." }, { "info": { "name": "Get Statements", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/statements", "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": "" }, { "name": "x-client-id", "value": "" } ], "params": [ { "name": "fromStatementDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter statements FROM.\n\nNote: Time component is optional - set to 00:00:00 for just Date.\n\nThe value **must not** include the timezone component.\n" }, { "name": "toStatementDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter statements TO.\n\nNote: Time component is optional - set to 00:00:00 for just Date.\n\nThe value **must not** include the timezone component.\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authserver.example/authorization", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables an AISP to retrieve statement information for account(s) that the PSU has consented to." } ] } ], "bundled": true }