List Payment Methods
Returns the payment methods valid for the current draft cart. Only cashondelivery and moneytransfer are usable from POST /api/admin/orders/place/{cartId} (matches the admin Create-Order screen).
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/carts/{cartId}/payment-methods | GET |
Sequence
A shipping method must already be selected on the cart, otherwise the response is HTTP 409 with Shipping method must be selected before payment method.

