{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction API Specification Account Access Consents Domestic VRPs API", "version": "4.0.1" }, "items": [ { "info": { "name": "Domestic VRPs", "type": "folder" }, "items": [ { "info": { "name": "Initiate a Domestic VRP", "type": "http" }, "http": { "method": "POST", "url": "/open-banking/v4.0/aisp/domestic-vrps", "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-jws-signature", "value": "" }, { "name": "x-customer-user-agent", "value": "" }, { "name": "x-idempotency-key", "value": "" }, { "name": "payload-version", "value": "" }, { "name": "x-client-id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://authserver.example/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Enables a PISP to initiate a Domestic VRP transaction under an already PSU-approved Domestic VRP Consent." }, { "info": { "name": "Get a Domestic VRP", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/domestic-vrps/:DomesticVRPId", "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": "DomesticVRPId", "value": "", "type": "path", "description": "DomesticVRPId" } ], "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 Domestic VRP transaction." }, { "info": { "name": "Get details of a Domestic VRP Payment", "type": "http" }, "http": { "method": "GET", "url": "/open-banking/v4.0/aisp/domestic-vrps/:DomesticVRPId/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": "DomesticVRPId", "value": "", "type": "path", "description": "DomesticVRPId" } ], "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 a Domestic VRP transaction." } ] } ], "bundled": true }