--- swagger: "2.0" info: x-ibm-name: bill-payment-credit-card title: Bill Payment Credit Card version: 1.0.0 description: "" schemes: - https basePath: /bill-payment-credit-card 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: /BillPaymentCreditCard: get: responses: 200: description: 200 OK parameters: - name: CardNumber type: string required: true in: query description: 4025********2222 - name: Amount type: string required: true in: query description: "200.00" - name: ReferenceNumber type: string required: true in: query description: "310119173948" - name: ConsumerNumber type: string required: true in: query description: "01123110000103" - name: CompanyName type: string required: true in: query description: LESCO tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...