如何使用 twilio 获取语音通话费用 api

How to get fee of voice call using twilio api

我刚刚使用Twilio开发了一个带有语音通话功能的项目API。
它确实很好用,但我需要知道它为每次通话支付了多少费用。
例如,假设语音通话从“+1 USNumber”到“+44 EngNumber”持续 5 分钟。

那么手续费是怎么计算的呢?

此处为 Twilio 开发人员布道师。

price of a call is available in the API after the call is complete. It is available on a call resource as the Price property。唯一的是它不一定立即可用。您可能希望创建一个每天一次的批处理作业来处理当天的通话并收集每次通话的费用。