#JonnyJ - Checkout Session Lookup
1 messages · Page 1 of 1 (latest)
So that error is because our API expects the exact ID of the checkout session that you are looking for (in this case cs_test_a1KSz00WJdOouEslHFinGOEu2LALQm68iPaBbtLLioHQJsrYjtHMB2cSzs) but your API call is trying to add your URL parameters ?campaign=.... I think your code will need to parse your success URL to make sure you are passing the Checkout Session ID and nothing else in to that API call
makes perfect sense thank you