{ "opencollection": "1.0.0", "info": { "name": "CDR Banking Accounts Payees API", "version": "1.36.0" }, "items": [ { "info": { "name": "Payees", "type": "folder" }, "items": [ { "info": { "name": "Get Payees", "type": "http" }, "http": { "method": "GET", "url": "https://mtls.dh.example.com/cds-au/v1/banking/payees", "headers": [ { "name": "x-v", "value": "" }, { "name": "x-min-v", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-cds-client-headers", "value": "" } ], "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter on the payee type field. In addition to normal type field values, ALL can be specified to retrieve all payees. If absent the assumed value is ALL" }, { "name": "page", "value": "", "type": "query", "description": "Page of results to request (standard pagination)" }, { "name": "page-size", "value": "", "type": "query", "description": "Page size to request. Default is 25 (standard pagination)" } ] }, "docs": "Obtain a list of pre-registered payees" }, { "info": { "name": "Get Payee Detail", "type": "http" }, "http": { "method": "GET", "url": "https://mtls.dh.example.com/cds-au/v1/banking/payees/:payeeId", "headers": [ { "name": "x-v", "value": "" }, { "name": "x-min-v", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-cds-client-headers", "value": "" } ], "params": [ { "name": "payeeId", "value": "", "type": "path", "description": "The ID used to locate the details of a particular payee" } ] }, "docs": "Obtain detailed information on a single payee.\n\nNote that the payee sub-structure should be selected to represent the payment destination only rather than any known characteristics of the payment recipient" } ] } ], "bundled": true }