Payments and selling

set_seller_details

Save the account's PUBLIC seller details used for consumer selling. FULL REPLACEMENT: read get_seller_details first and resend the current value of anything you are not changing. terms_url and refund_policy_url are optional https links; null or omitted clears them. Ask the creator for these facts: never invent a trading name or address and never use the login email. Owner or admin.

Behaviour

Effect
Destructive. It can remove or overwrite existing data.
Repeat calls
Idempotent. Repeating the same call produces the same result.
Plan
Available on every plan, including free.

Parameters

NameTypeRequiredDescription
request_idstringYes-
public_namestringYesPublic trading name shown to buyers. Ask the creator.
support_emailstringYesPublic support email. Not the login email.
trading_addressstringYesPublic trading address shown to consumer buyers. Ask the creator.
terms_urlstring or nullNoOptional https link to the seller's terms. null clears it.
refund_policy_urlstring or nullNoOptional https link to the refund policy. null clears it.

Returns

NameType
public_namestring or null
support_emailstring or null
trading_addressstring or null
terms_urlstring or null
refund_policy_urlstring or null
completeboolean
missingarray of enum
idempotency_replayfalse

Using it

set_seller_details is called by an AI assistant connected to Sentway over MCP, not by hand. Point the assistant at the Sentway MCP endpoint and complete the OAuth flow, and the tool becomes available in the same session as the other 56 Sentway tools. See connecting over MCP.