--- swagger: "2.0" info: x-ibm-name: fundstransferdebitadvisefp title: FundsTransfer_DebitAdvise_BAFL version: 1.0.0 description: "" schemes: - https basePath: /fundstransferdebitadvisefp consumes: - application/json produces: - application/json securityDefinitions: oauth: type: oauth2 description: OAuth Authentication flow: application scopes: GetToken: "" tokenUrl: https://apigateway.bankalfalah.com/bankalfalah/sb/oauthproviderapi/oauth2/token ClientSecretHeader: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] oauth: - GetToken ClientSecretHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /fundstransfer_debit: post: responses: 200: description: 200 OK parameters: - $ref: '#/parameters/ChannelId' - $ref: '#/parameters/AccountBankIMD' - $ref: '#/parameters/Amount' - $ref: '#/parameters/SourceAccount' - $ref: '#/parameters/ReferenceNumber' - $ref: '#/parameters/TransactionType' - $ref: '#/parameters/CommissionType' - $ref: '#/parameters/CommissionAmount' tags: [] parameters: ChannelId: name: ChannelId type: string required: false in: query description: "12" AccountBankIMD: name: AccountBankIMD type: string required: false in: query description: "627100" Amount: name: Amount type: string required: false in: query description: "1" SourceAccount: name: SourceAccount type: string required: false in: query description: 00281003555278 ReferenceNumber: name: ReferenceNumber type: string required: false in: query description: "5197463274434875" TransactionType: name: TransactionType type: string required: false in: query description: "1" CommissionType: name: CommissionType type: string required: false in: query CommissionAmount: name: CommissionAmount type: string required: false in: query x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...