Delete payment provider

DELETE{{API_BASE_URL}}/shop/v1/cart/{{CART_ID}}/payment-providers

This endpoint sends a request to remove payment providers from a specific cart.

Request

The request body is not required for this request.

Response

The response will include the following fields:

  • data (object): Contains the response data.

    • paymentProviderRemoved (object): Indicates whether the payment provider removal was successful and the cart ID.

      • successful (boolean): Specifies if the removal was successful.

      • cartId (string): The ID of the cart.

    • cart (object): Details of the cart.

      • id (string): The ID of the cart.

      • expiryTime (string): The expiration time of the cart.

      • user (object): Details of the user associated with the cart.

        • id (string): The ID of the user.

        • isVerified (boolean): Indicates the verification status of the user.

        • eMail (string): The email of the user.

The response may include additional fields such as event details, promotion codes, items in the cart, totals, buyer and billing person details, status, and culture.

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKDelete payment provider