Posts under category Facebook WhatsApp Business API

We can't send a message due to this error [{"code":131031,"title":"Business Account locked","message":"Business Account locked","error_data":{"details":"Business account has been locked."},"href":"https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes/\"}]
But this Business Account is not restricted or blocked. What could be the problem?

{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": 1234567891, "type": "audio", "audio": { "link": "https://my_url/my_download_link" }, "context": { "message_id": "message_I_am_replying_to_ID" } }

I'm developing a Flask app to store data from my clients (Datakinder parents). I am receiving the request and decrypting the message successfully. But I always receive incorrect data On on-click-action' I expect to receive user typed data but I always receive ${form.parentname} , not the user data

Footer code is:

                        "type": "Footer",                         "label": "Siguiente",                         "on-click-action": {                             "name": "data_exchange",                             "payload" : {                                 "parentname":"${form.parentname}"                             }                         },                         "enabled":true                      } 

At clicked "Siguiente" (next), endpoint receive data={'parentname': '${form.parentname}'} it must be : data={'parentname': 'Alejandro'}

Any Idea?

I sent fixed data in payload and it was received properly, but form data is not

Im trying to add "Add WhatsApp Business App Account". As part of this, when I give the phone number I would like to add, I get the following error - "There was an error sending your 2 factor confirmation code. Please try requesting one again."
The numbers are active and are already been used for WhatsApp marketing in the past. What am I missing ? Im in India.