--- swagger: "2.0" info: x-ibm-name: hackathone-raast-p2p title: RAAST P2P version: 1.0.8 description: "" schemes: - https basePath: /raast/v1 consumes: - application/json produces: - application/json security: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /title-fetch-by-alias: post: responses: 200: description: 200 OK /title-fetch-by-iban: post: responses: 200: description: 200 OK /payment: post: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...