#liveonpurposeph-CustomerPortal

1 messages ยท Page 1 of 1 (latest)

left flame
south temple
#

Hello ๐Ÿ™‚

#

Thanks for helping out

left flame
#

Allow me to take some time before getting back. I am in several work stream

south temple
#

Got it ๐Ÿ™‚
I'll keep posted @left flame

left flame
#

Looks like a format problem

#

Can you paste in the full code of API calling?

#

Are you using code or Postman?

#

Postman could be tricky to form those parameters

south temple
#

Hello @left flame , sorry for the late revert, I'm using a no-code platform called Bubble to make these calls, but I'm using postman to experiment on it

posting here the code from postman:

https://api.stripe.com/v1/billing_portal/configurations
{
"business_profile":{
"headline":null,
"privacy_policy_url":"https://example.com/privacy",
"terms_of_service_url":"https://example.com/terms"
},
"features":{
"customer_update":{
"allowed_updates":[
"email":"hello@gmail.com",
"tax_id":"123123"
],
"enabled":"true"
}
}
}

south temple
#

Sorry, I know you're busy, but mind if you can check this please? It's a production blocker for me

left flame
#

Hey, sorry, yes looking at it now

#

You can find how to ping Customer Portal from that

left flame
#

@south temple did this help you? I am not familiar with Bubble, but for PostMon here is what you would need: