Initialize Express Checkout

POST{{API_BASE_URL}}/shop/v1/cart/:cart/payment-provider/express-checkout?$expand

This endpoint is used to initiate an express checkout process for the specified cart.

Request

No specific request parameters are required for this endpoint.

Response

  • expressCheckoutInitialized (object):

    • sucessfull (boolean)

    • cartId (string)

  • cart (object): The cart information

Authentication#auth

This endpoint does not require authentication.

Query parameters#query

$expandoptional

Responses#responses

200OKInitialize Express Checkout