List Payment Methods
Prerequisites
The example uses an illustrative cart id. Admin cart endpoints only operate on draft carts (is_active=0) — storefront carts are rejected by the admin cart guard. Create a draft cart first with the createAdminDraftCart mutation and use the returned cartId.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminCartPaymentMethods(cartId: Int!) | QueryCollection | List supported payment methods |
Sequence
A shipping method must already be selected on the cart, otherwise the response carries an errors[] entry equivalent to HTTP 409 on REST.
Note
Only cashondelivery and moneytransfer succeed at createAdminPlaceOrder — matches the admin Create-Order screen.

