--- swagger: "2.0" info: version: 1.0.0-rev1 title: Valid_OTP description: Generate and Send OTP x-ibm-name: valid_otp basePath: /dpp schemes: - https x-ibm-configuration: enforced: true phase: realized testable: false externalDocs: [] attachments: [] tags: [] securityDefinitions: Client ID: description: "" in: header name: X-IBM-Client-Id type: apiKey Client ID (Query): description: "" in: query name: client_id type: apiKey paths: /mfa/otp: post: description: OTP Delivery Generates and Delivers OTP to customer’s primary Mobile Phone as text SMS. tags: [] summary: OTP Delivery Generates and Delivers OTP to customer primary Mobile Phone as text SMS. parameters: - schema: example: |- { "deliveryMode": "SMS", "deliveryAddress": "0123", "transactionMemo": "ENROLLCARD" } description: "" name: body in: body - description: "" name: uuid required: true type: string in: header - description: "" name: Authorization required: true type: string in: header - description: "" name: Accept required: true type: string in: header - description: "" name: Accept-Language required: true type: string in: header - description: "" name: BizToken required: true type: string in: header - description: "" name: Content-Type required: true type: string in: header responses: 201: description: "" security: - Client ID (Query): [] - Client ID: [] put: description: OTP Validation Validates OTP entered by customer tags: [] summary: OTP Delivery Generates and Delivers OTP to customer primary Mobile Phone as text SMS. parameters: - schema: example: |- { "deliveryMode": "SMS", "transactionMemo": "ENROLLCARD", "otpToken": "encrypted OTP token", "hmac": "93CDBEB681D937BAB1CED59789E02509A89BAD24078" } description: "" name: body in: body - description: "" name: uuid required: true type: string in: header - description: "" name: Authorization required: true type: string in: header - description: "" name: Accept required: true type: string in: header - description: "" name: Accept-Language required: true type: string in: header - description: "" name: Content-Type required: true type: string in: header - description: "" name: BizToken required: true type: string in: header responses: 200: description: "" security: - Client ID (Query): [] - Client ID: [] security: - Client ID (Query): [] - Client ID: [] x-ibm-endpoints: - endpointUrl: https://emea.sandbox.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...