`/paymentmethods list`
`/paymentmethods list`
Tier:
viewerLists payment methods enabled on the shop.SellAuth endpoint: GET /shops/{id}/payment-methods`/paymentmethods toggle`
`/paymentmethods toggle`
Tier:
managerEnables or disables a payment method.SellAuth endpoint: POST /shops/{id}/payment-methods/{id}/toggle`/paymentmethods top`
`/paymentmethods top`
Tier:
viewerShows the shop’s most-used payment methods.SellAuth endpoint: GET /shops/{id}/analytics/top-payment-methods`/subscriptions cancel`
`/subscriptions cancel`
Tier:
managerCancels a customer subscription. Requires retyping the record’s ID to confirm before it runs.SellAuth endpoint: POST /shops/{id}/subscriptions/{id}/cancel`/subscriptions list`
`/subscriptions list`
Tier:
supportLists subscriptions for the shop.SellAuth endpoint: GET /shops/{id}/subscriptions`/subscriptions view`
`/subscriptions view`
Tier:
supportShows detail for a single subscription.SellAuth endpoint: GET /shops/{id}/subscriptions/{id}`/whitelist add`
`/whitelist add`
Tier:
managerAdds an identifier to the shop’s purchase whitelist.SellAuth endpoint: POST /shops/{id}/whitelist`/whitelist list`
`/whitelist list`
Tier:
managerLists whitelisted identifiers.SellAuth endpoint: GET /shops/{id}/whitelist`/whitelist remove`
`/whitelist remove`
Tier:
managerRemoves an entry from the whitelist.SellAuth endpoint: DELETE /shops/{id}/whitelist/{id}`/whitelist toggle`
`/whitelist toggle`
Tier:
managerEnables or disables a whitelist entry without deleting it.SellAuth endpoint: POST /shops/{id}/whitelist/{id}/toggle