{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Consents File Payments API", "version": "4.0.1" }, "items": [ { "info": { "name": "File Payments", "type": "folder" }, "items": [ { "info": { "name": "Submit a File Payment", "type": "http" }, "http": { "method": "POST", "url": "/open-banking/v4.0/aisp/file-payments", "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": "" }, { "name": "x-client-id", "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": "Enables a PISP to instruct the ASPSP to start processing the payments within the file." }, { "info": { "name": "Get a File Payment by FilePaymentId", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/file-payments/:FilePaymentId", "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": "FilePaymentId", "value": "", "type": "path", "description": "FilePaymentId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a PISP to retrieve the status of a file payment." }, { "info": { "name": "Get payment details for a File Payment", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/file-payments/:FilePaymentId/payment-details", "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": "FilePaymentId", "value": "", "type": "path", "description": "FilePaymentId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a PISP to retrieve detailed information on the status of payments within a File." }, { "info": { "name": "Get a File Payment's Report File", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/file-payments/:FilePaymentId/report-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": "FilePaymentId", "value": "", "type": "path", "description": "FilePaymentId" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a PISP to download a payment report file from an ASPSP." } ] } ], "bundled": true }