Worldpay MCP Server

required: - address1 - city - countryCode - postalCode type: object properties: address1: maxLength: 80 minLength: 1 type: string description: Address line 1 address2: maxLength: 80 minLength: 1 type: string description: Address line 2 address3: maxLength: 80 minLength: 1 type: string description: Address line 3 postalCode: maxLength: 15 minLength: 1 type: string description: Address PostalCode city: maxLength: 50 minLength: 1 type: string description: Address City state: maxLength: 30 minLength: 1 type: string description: Address State countryCode: type: string description: The supported ISO 3166-1 alpha-2 country code format: ISO 3166-1 alpha-2