--- swagger: "2.0" info: x-ibm-name: wallet-update-kyc title: Wallet Update KYC version: 1.0.0 description: "" schemes: - https basePath: /wallet-update-kyc 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: /WalletUpdateKYC: get: responses: 200: description: 200 OK parameters: - name: Amount type: string required: true in: query description: "10.00" - name: FromAccount type: string required: true in: query description: "00051005444444" - name: ToAccount type: string required: true in: query description: "931103215555555" - name: Mobile type: string required: true in: query description: "03215555555" tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...