Payments and selling
get_seller_details
Return the account's PUBLIC seller details shown to consumer buyers before payment: trading name, support email, trading address and the optional Terms and refund-policy links, plus complete and the missing required fields. consumers_allowed offers cannot go live while complete is false; business_only offers need none of it. Public sale information, not identity or KYC data. Owner or admin. Read-only.
Behaviour
- Effect
- Read only. Calling it never changes anything in the account.
- Repeat calls
- Idempotent. Repeating the same call produces the same result.
- Plan
- Available on every plan, including free.
Parameters
This tool takes no parameters.
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 |
Using it
get_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.