Skip to content

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

EndpointMethod
/api/admin/carts/{cartId}/payment-methodsGET

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.

Released under the MIT License.