--- swagger: "2.0" info: x-ibm-name: bill-payment-account title: Bill Payment Account version: 1.0.0 description: "" schemes: - https basePath: /bill-payment consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /BillPaymentAccount: get: responses: 200: description: 200 OK parameters: - name: CompanyName type: string required: true in: query description: LESCO - name: ConsumerNumber type: string required: true in: query description: 00311005977522 - name: AccountNumber type: string required: true in: query description: 00311005977522 - name: Amount type: string required: true in: query description: "456.00" - name: ReferenceNumber type: string required: true in: query description: "159750349045" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...