--- swagger: "2.0" info: x-ibm-name: hackathone-inter-bank-fund-transfer title: Inter Bank fund Transfer version: 1.0.8 description: "" schemes: - https basePath: /ibft/v1 consumes: - application/xml produces: - application/xml x-ibm-configuration: testable: true enforced: true phase: realized paths: /payment: post: responses: 200: description: 200 OK parameters: - name: Body required: false in: body schema: type: object /title-fetch: post: responses: 200: description: 200 OK parameters: - name: Body required: false in: body schema: type: object tags: [] x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...