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
| Name | Type | Required | Description |
|---|---|---|---|
| request_id | string | Yes | - |
| public_name | string | Yes | Public trading name shown to buyers. Ask the creator. |
| support_email | string | Yes | Public support email. Not the login email. |
| trading_address | string | Yes | Public trading address shown to consumer buyers. Ask the creator. |
| terms_url | string or null | No | Optional https link to the seller's terms. null clears it. |
| refund_policy_url | string or null | No | Optional https link to the refund policy. null clears it. |
Returns
| Name | Type |
|---|---|
| public_name | string or null |
| support_email | string or null |
| trading_address | string or null |
| terms_url | string or null |
| refund_policy_url | string or null |
| complete | boolean |
| missing | array of enum |
| idempotency_replay | false |
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.