list_payments
Retrieve the list of enabled payment methods for a Shopline store, including credit card, ATM transfer, cash on delivery, and third-party payments. Useful for verifying available payment channels and analyzing order payment methods.
Instructions
取得商店啟用的付款方式清單。
【用途】 查看商店目前設定的付款方式,例如信用卡、ATM 轉帳、 貨到付款、第三方支付等。適合確認可用付款渠道或做訂單 付款方式分析的參考。
【呼叫的 Shopline API】
GET /v1/payments
【回傳結構】 dict 含 total, payments[]。 每個 payment 包含 id, name, payment_type, enabled, position, created_at 等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||