#Angus - stripe billing portal configurations
1 messages Ā· Page 1 of 1 (latest)
Good question. I will check this on my node setup. Can you access other stripe objects properly?
Awesome, thank you! No, it seems like I can only access the sessions object on both billingPortals and checkout parent objects
I'll check the others
Here's a slice of what's defined in my node_nodules version of stripe/types/2020-08-27/index.d.ts
If I don't respond promptly--I'm just picking up my child. 15 mins max
Thank you for the info. Looking in to something else for the moment, I will try to have an update before you are back
Alright, I'm back -- no worries, I know you're busy
Apologies about that. I am having trouble getting my setup to work on my machine. Will reach out to my colleagues who may know more about this.
Update from my end:
⢠ran yarn remove stripe -- I had stripe 8.132.0 installed
⢠ran yarn add stripe@latest -- which bumped me up to 8.210.0
Now I can see stripe.billingPortal.configurations (and all of its methods) -- but not stripe.checkout.configurations
Hey there š Taking over for Pompey here
I was about to suggest re-installing it as your index.d.ts looked different
https://github.com/stripe/stripe-node/blob/master/types/2020-08-27/index.d.ts#L179
Oh okay, perfect--thank you. So I guess checkout doesn't have a configurations object? I'll read the docs
yup it doesn't.
No worries š Glad you are unblocked
Ok while I have you, quick question, haha -- can I actually display data from a custom metadata param within a billingPortal?
Hello! No, that's not currently possible.