{ "opencollection": "1.0.0", "info": { "name": "ClearBank.CoP.Outbound.Api 1.0", "version": "1.0.COP-Outbound" }, "items": [ { "info": { "name": "CoP", "type": "folder" }, "items": [ { "info": { "name": "This endpoint is used to confirm the exact name registered with the payee’s account.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/open-banking/outbound/v1/name-verification", "headers": [ { "name": "Authorization", "value": "" }, { "name": "DigitalSignature", "value": "" }, { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to confirm the exact name registered with the payee’s account." } ] }, { "info": { "name": "SecondaryReferenceData", "type": "folder" }, "items": [ { "info": { "name": "This endpoint is used to confirm whether a given sort code/account number combination requires Secondary Reference Data (SRD) with Confirmation of Payee (CoP) requests.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/open-banking/outbound/v1/srd/validate", "headers": [ { "name": "Authorization", "value": "" }, { "name": "DigitalSignature", "value": "" }, { "name": "X-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to confirm whether a given sort code/account number combination requires Secondary Reference Data (SRD) with Confirmation of Payee (CoP) requests." } ] } ], "bundled": true }