#puayongxiang
1 messages · Page 1 of 1 (latest)
Do you face any error when updating business_profile.product_description? If so, 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
I could see that the request was successful. Where do you see that the field is not available?
in the response body
"business_profile": {
"mcc": "5814",
"name": "Ke Ai Ji (East)",
"support_address": null,
"support_email": null,
"support_phone": null,
"support_url": null,
"url": "https://www.tenderfresh.com.sg/"
},
this is my request body
{
"business_profile": {
"mcc": "5814",
"product_description": "Restaurant: Singapore Casual Chicken Joint"
}
}
the product_description field should show based on the docs
@prime wave
My team and I are still looking into this
We are unable to find out why business_profile.product_description is not returned in the response. Can I suggest you to write in to us https://support.stripe.com/contact, so that we can check with relevant team? It’ll be helpful if you can include the request ID and expected behaviour in your email.
got it