Skip to main content
GET
/
stores
/
{storeId}
/
checkout-buttons-ui
Checkout Buttons UI
curl --request GET \
  --url https://api.getredo.com/v2.2/stores/{storeId}/checkout-buttons-ui
{
  "css": "<string>",
  "html": "<string>"
}

Path Parameters

storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

Response

200 - application/json

Success

css
string

Boilerplate checkout button CSS, plus any merchant configured styles or A/B tests.

html
string

Boilerplate checkout button HTML