#liveonpurposeph-CustomerPortal
1 messages ยท Page 1 of 1 (latest)
Allow me to take some time before getting back. I am in several work stream
Got it ๐
I'll keep posted @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
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"
}
}
}
Pasting here instead: https://goonlinetools.com/snapshot/code/#a24na1mplju41r1l6xy2zv
Sorry, I know you're busy, but mind if you can check this please? It's a production blocker for me
Hey, sorry, yes looking at it now
Hi, I think the best way to to refer Stripe's Postman public collection: https://github.com/stripe/stripe-postman
You can find how to ping Customer Portal from that
@south temple did this help you? I am not familiar with Bubble, but for PostMon here is what you would need: