v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBGifting
Create a gifting checkout
Creates a paid checkout for gifting a product to live chat
post/open-api/v1.0/gifting/checkout
Request body
Example request
{
"offerId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"quantity": 1,
"currency": "USD"
}Response
Created
Example response
{
"checkoutId": "ch_BV44UYrXQA2T_Xcf1288tw",
"checkoutUrl": "https://shop.fourthwall.com/checkout/ch_BV44UYrXQA2T_Xcf1288tw"
}