PayPal MCP

create_web_profile

Create a web experience profile

Input Schema

NameRequiredDescriptionDefault
flow_configNo
input_fieldsNo
nameYes
presentationNo

Input Schema (JSON Schema)

{ "properties": { "flow_config": { "properties": { "bank_txn_pending_url": { "type": "string" }, "landing_page_type": { "type": "string" } }, "type": "object" }, "input_fields": { "properties": { "address_override": { "type": "number" }, "no_shipping": { "type": "number" } }, "type": "object" }, "name": { "type": "string" }, "presentation": { "properties": { "brand_name": { "type": "string" }, "locale_code": { "type": "string" }, "logo_image": { "type": "string" } }, "type": "object" } }, "required": [ "name" ], "type": "object" }