Skip to content

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

OperationTypePurpose
adminCartPaymentMethods(cartId: Int!)QueryCollectionList 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.

Released under the MIT License.