Posts under category Meta & Facebook

I have read the document regarding payments and also raised the customer support ticket in Meta for Developers(Developer Support) and find the relevant question but I didn't get the proper solution on how to add Indian Payment Method.

Does anyone know anything about adding payment method in India? Any help would be appreciated.

I'm trying to send a POST request to edit a template message of WhatsApp:

POST /{whatsapp_template_id}    {   "name": "my_template",   "language": "en_US",   "category": "transactional",   "components": [     {       "type": "BODY",       "text": "whatsapp buddy?"     }   ] } 

Receiving (#3) Application does not have the capability to make this API call.

I am planning to use whatsapp cloud API but I see each country has different rate cards: https://developers.facebook.com/docs/whatsapp/pricing/ If I have application in which registered user can be in USA or UK or India etc and can send messages to users belonging to different countries in that case how to handle pricing implementation on backend?

Is it ok if I calculate the cost based on analytics endpoint: https://developers.facebook.com/docs/whatsapp/business-management-api/analytics this endpoint includes cost as well for each registered phone number. In that case I can easily calculate monthly cost occurring with start and end date in query params. Is there any other solution or can this be improved?