Skip to main content
POST
/
checkout
/
update_client_session
Update a checkout session
curl --request POST \
  --url https://billing.funnelfox.com/{org_id}/v1/checkout/update_client_session \
  --header 'Content-Type: application/json' \
  --data '{
  "client_token": "<string>",
  "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pp_ident": "<string>"
}'
{}

Path Parameters

org_id
string
required

Organization ID

Body

application/json
client_token
string
required
order_id
string<uuid>
required

Order ID (can include multiple transactions, fallbacks, and refunds)

pp_ident
string
required

Unique identifier of the price point

Maximum length: 256

Response

200 - application/json

The response is of type object.