v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
Cart

Set card

Set the credit card for the current user's cart.

put/cart/card

Request body

cardIDstring required

ID of the credit card to set for the current user's cart.

Example request

{
  "cardID": "crd_XXXXXXXXXXXXXXXXXXXXXXXXX"
}

Response

Card was set successfully.

data'ok' required