Cart
Confirms the OTP of a cart.
Confirms the OTP of a cart to authenticate the customer.
PUT
Authorizations
Value for the Authorization header parameter.
Path Parameters
Cart identifier
Body
The email of the customer
Maximum length:
255
The OTP provided by the customer
Maximum length:
255
Response
200 - application/json
Details shown to the customer when the cart is completed.
The customer who owns the cart.
The customer prefill data which should be used to prefill the checkout form.
The items of the cart.
The payment method which should be used for the cart.
The settings of the cart.
The status of the cart.
Possible values:
open
: The cart is open and can be edited.confirming
: The cart is confirming and cannot be edited.
Was this page helpful?