cURL
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>" } '
{}
Modify an existing checkout session’s details, such as changing the selected Price Point.
Organization ID
Order ID (can include multiple transactions, fallbacks, and refunds)
Unique identifier of the price point
256
The response is of type Ok200 · object.
Ok200 · object
Was this page helpful?