{ "opencollection": "1.0.0", "info": { "name": "ACCOUNT DATA - Ordo Hosted", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Data - Ordo Hosted", "type": "folder" }, "items": [ { "info": { "name": "Creates a new AIS request", "type": "http" }, "http": { "method": "POST", "url": "https://test.api.ordopay.com/hosted/account/information/create", "headers": [ { "name": "participantId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new AIS request" }, { "info": { "name": "Gets transaction data held in storage", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/information/data", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "AISDataRequestId", "value": "", "type": "query" }, { "name": "PageNumber", "value": "", "type": "query", "description": "Format - int32." }, { "name": "PageSize", "value": "", "type": "query", "description": "Format - int32." } ] }, "docs": "Gets transaction data held in storage" }, { "info": { "name": "Execute a data request using an AIS consent", "type": "http" }, "http": { "method": "POST", "url": "https://test.api.ordopay.com/hosted/account/information/data", "headers": [ { "name": "participantId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a data request using an AIS consent" }, { "info": { "name": "Retrieves an existing AIS consent", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/information/consent/:aisConsentId", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "aisConsentId", "value": "", "type": "path", "description": "Consent ID specified in the route" } ] }, "docs": "Retrieves an existing AIS consent" }, { "info": { "name": "Gets all AIS consents associated with a participant", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/information/consents", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "PageNumber", "value": "", "type": "query", "description": "Format - int32." }, { "name": "PageSize", "value": "", "type": "query", "description": "Format - int32." } ] }, "docs": "Returns all AIS consents associated with a participant" }, { "info": { "name": "Cancels an AIS Request", "type": "http" }, "http": { "method": "POST", "url": "https://test.api.ordopay.com/hosted/account/information/cancel", "headers": [ { "name": "participantId", "value": "" }, { "name": "aisConsentId", "value": "" }, { "name": "cancelledBy", "value": "" } ] }, "docs": "Cancels an AIS Request" }, { "info": { "name": "Gets transaction data held in storage", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/information/data/request/:aisDataRequestId", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "aisDataRequestId", "value": "", "type": "path", "description": "request ID in the route" } ] }, "docs": "Gets transaction data held in storage" }, { "info": { "name": "Gets data requests for AIS consent and Participant", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/information/data/requests/:aisConsentId", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "aisConsentId", "value": "", "type": "path", "description": "AIS Consent ID in the route" } ] }, "docs": "Gets data requests for AIS consent and Participant" } ] }, { "info": { "name": "Account Verification - Ordo Hosted", "type": "folder" }, "items": [ { "info": { "name": "Creates a new AV request", "type": "http" }, "http": { "method": "POST", "url": "https://test.api.ordopay.com/hosted/account/verification/create", "headers": [ { "name": "participantId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new AV request" }, { "info": { "name": "Initiate an AV request", "type": "http" }, "http": { "method": "POST", "url": "https://test.api.ordopay.com/hosted/account/verification/initiate", "headers": [ { "name": "participantId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiate an AV request" }, { "info": { "name": "Gets a list of AV enabled institutions", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/verification/institutions", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "OrdoInstitutionId", "value": "", "type": "query" } ] }, "docs": "Returns a list of AV enabled institutions" }, { "info": { "name": "Get an AV Request", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/verification/:avId", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "avId", "value": "", "type": "path" } ] }, "docs": "Returns AV Record" }, { "info": { "name": "Gets all AV Accounts for a participant", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/verification/account", "headers": [ { "name": "participantId", "value": "" } ] }, "docs": "Returns all AV accounts for a participant" }, { "info": { "name": "Get AV account data", "type": "http" }, "http": { "method": "GET", "url": "https://test.api.ordopay.com/hosted/account/verification/account/:avId", "headers": [ { "name": "participantId", "value": "" } ], "params": [ { "name": "avId", "value": "", "type": "path" } ] }, "docs": "Returns AV Account Details for specified AV ID" } ] } ], "bundled": true }