--- swagger: "2.0" info: x-ibm-name: wallettransfer title: WalletTransfer version: "2.0" description: Transfer the money between wallets. schemes: - https basePath: /wallettransfer2 consumes: - application/json produces: - application/json securityDefinitions: clientSecretHeader: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] clientSecretHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /WalletTransfer2: get: responses: 200: description: 200 OK parameters: - name: TransactionReference type: string required: true in: query description: "114842489441" - name: Amount type: string required: true in: query description: "10.00" - name: FromAccount type: string required: true in: query description: "00051001111111" - name: ToAccount type: string required: true in: query description: "931103331111111" - name: Mobile type: string required: true in: query description: "03331111111" security: - clientSecretHeader: [] clientIdHeader: [] tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...