#jasonfish568
1 messages · Page 1 of 1 (latest)
Hi there, so have you saved your customer portal settings?
Yes. Only for the platform stripe account as instructed by the documentation
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
$session = $stripe->billingPortal->sessions->create([
'customer' => $customer->stripe_customer_id,
'return_url' => env('FRONTEND_URL') . '/mre/subscriptions',
], ['stripe_account' => $company->stripe_connected_account_id]);
I also included the stripe_account for the connected account.
One sec
Ok, so you are creating a portal session on the connected account.
req_ncHnbBlAuVsmfl
have you saved the settings in the connected account as well?
Should I also set the setttings for the connected account?
Yes because you are creating the session on the connected account (i.e., since you have included the stripe_account)
I have also set the settings on the connected account
Oh I think I used the wrong account id
let me double check
Please close this chat, I am now able to create the url. Thanks so much.