Worldpay MCP Server

required: - returnUrl type: object properties: returnUrl: type: string description: ' Once the customer completes the challenge page the issuer redirects/posts to the returnUrl in order for you to resume the session. It must be the full URL path. ' windowSize: type: string description: ' Specify the challenge window size (width x height) that the issuer should use. This is to better tailor the experience to the customers device. Default is 390x400. ' default: 390x400 enum: - 250x400 - 390x400 - 600x400 - 500x600 - fullPage preference: type: string description: ' Set a preference for how the Issuer decides on a 3DS challenge. challengeMandated will be automatically set by Payments API for the first CIT payment in an MIT series or when storing cards (token creation). ' enum: - noPreference - noChallengeRequested - challengeRequested - challengeMandated description: An object containing 3DS challenge preferences and configuration.