--- swagger: "2.0" info: x-ibm-name: credit-card-payment title: Credit Card Payment version: 1.0.0 description: "" schemes: - https basePath: /credit-card-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: /CreditCardPayment: get: responses: 200: description: 200 OK parameters: - name: CardNumber type: string required: true in: query description: 5214********3333 - name: AccountNumber type: string required: true in: query description: "00051001111111" - name: Amount type: string required: true in: query description: "500" - name: ReferenceNumber type: string required: true in: query description: "122365447884" - name: ChannelID type: string required: true in: query description: "2" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...