Allowing Stripe Checkout to access the User Object

I have a webooks checkout route for stripe in next js, I’ve set the the api to use withApiAuthRequired, and I can’t access the user object in it.
How do I pass the access token or jwt or whatever to the checkout api to be able to get the user object?