Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Twilio Studio Pay 和 Stripe 通过电话进行付款。然而,用户界面中唯一的货币选项是美元、英镑和其他货币。
我在加拿大,需要用加元处理付款。
这甚至可能吗?谢谢
您可以编辑 Studio Flow 的 JSON 并将货币更改为 cad。
"currency": "cad"
单击 Trigger Widget,单击Show Flow JSON,编辑 JSON,保存它,然后创建一个新的 Studio Flow 并选择 Import From JSON(向下滚动到最后一个模板)。
Show Flow JSON