--- swagger: "2.0" info: x-ibm-name: ftreversalbafl title: FTReversal_BAFL version: 1.0.0 description: "" schemes: - https basePath: /ftreversalbafl 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 ClientSecret: type: apiKey description: "" in: header name: X-IBM-Client-Secret clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] oauth: - GetToken ClientSecret: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /FTReversal: get: responses: 200: description: 200 OK parameters: - $ref: '#/parameters/ChannelId' - $ref: '#/parameters/UniqueId' tags: [] parameters: ChannelId: name: ChannelId type: string required: true in: query description: Channel ID UniqueId: name: UniqueId type: string required: true in: query description: Transaction ID x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...