#Demodian=checkout

1 messages · Page 1 of 1 (latest)

unique siren
grand temple
#

the first pair of lines is right before i do the Session::create()

#

the second set is right before i do the Session::retrieve()

unique siren
#

The reason you're seeing this is because the Checkout Session was created using the Stripe-Account header set to a connect account. When you retrieve the Checkout Session you also need to set the same Stripe-Account header

grand temple
#

Ahhhh, did not know that...

#

looks like I got that working now. Thanks. Trying to finish integration. Just running through testing now