Worldpay MCP Server

type: object properties: outcome: type: string enum: - 3dsDeviceDataRequired - authorized - 3dsChallenged - sentForSettlement - sentForCancellation - refused - 3dsAuthenticationFailed - 3dsUnavailable - fraudHighRisk - sentForRefund - sentForPartialRefund transactionReference: maxLength: 64 minLength: 1 pattern: ^[-A-Za-z0-9_!@#$%()*=.:;?\[\]{}~`/+]*$ type: string description: ' A unique reference generated by you that is used to identify a payment throughout its lifecycle. ' discriminator: propertyName: outcome mapping: authorized: ./CardAuthorizedPaymentResponse.yaml refused: ./PaymentRefusedResponse.yaml 3dsChallenged: ./ChallengedResponse.yaml 3dsAuthenticationFailed: ./UnsuccessfulAuthenticationResponse.yaml 3dsUnavailable: ./PaymentsResponse.yaml