Get current settlement preference and stable token options
Retrieves the merchant’s current settlement preference configuration along with their selected stable settlement token and all available stable token options.
Settlement preferences control how payments are processed and settled:
- stables_only: Only accept stable coins (USDC, USDT, etc.) for payments
- stables_preferred: Convert to stable coins when possible, fallback to original token
- tokens: Always settle in the original token the customer paid with
If no stable settlement token is selected, the system default will be returned.
Authorizations
JWT token for wallet authentication
Response
Settlement preferences and token options retrieved successfully
Current settlement preference
stables_only, stables_preferred, tokens "stables_preferred"
Human-readable description of the current setting
"Prefer stable coins when available, fallback to original token"
Currently selected stable settlement token (or default)
All available stable settlement tokens for selection
Last time preferences were updated (epoch seconds).

