--- swagger: "2.0" info: x-ibm-name: hackathon-pay-any-one title: Pay Any One version: 1.0.8 description: "" schemes: - https basePath: /pay-any-one consumes: - application/xml produces: - application/xml x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1: 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 ...