简体   繁体   English

如何让用户从我的网站购买Twilio号码?

[英]How can I let users purchase Twilio numbers from my site?

How can I let users purchase phone numbers without having credit on my account? 如何让用户不用我的帐户就可以购买电话号码? I'd like the users to pay for the numbers directly themselves. 我希望用户直接自己为数字付费。 Is it possible to have the users payment sent to my account as a credit and then use it to pay for the number? 是否可以将用户付款作为信用额发送到我的帐户,然后用它来付款? How can I do this with Twilio API? 如何使用Twilio API做到这一点?

Phone numbers are purchased from your account. 电话号码是从您的帐户购买的。 So you need to have atleast 1$(i think 1$ is required to purchase a phone number) of twilio credit to purchase a number. 因此,您需要至少1美元的twilio信用额度(我认为购买电话号码需要1美元)才能购买号码。 If you didnt have credit, you cannot purchase a numnber. 如果您没有信用,就无法购买。 And i think no Api is available to credit your account. 而且我认为没有Api可以贷记您的帐户。

Best way to implement twilio number purchase webportal are 实施twilio号码购买Webportal的最佳方法是

1) Have some credit in your twilio account 1)在您的twilio帐户中存入一些信用

2) Charge users when they purchase twilio number 2)当用户购买twilio号码时向其收费

3) Set a twilio recharge trigger so that your twilio account is recharged from your bank account when credit goes below a limit 3)设置twilio充值触发器,以便当信用额度低于限额时从您的银行帐户中充值twilio帐户

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我怎样才能让我的代码返回数字的平均值? - How can I let my code return the average of the numbers? 我如何让用户使用其Facebook或Google帐户居民登录到正式网站 - How can I let users log in to plone site with their facebook or google account cresidentials 如何防止我的网站用户发布包含脏话的帖子? - How can I prevent my site users from publishing posts that contain swear words? 我怎样才能让我的代码重新排列列表以将所有偶数放在前面,奇数放在后面? - How can I let my code rearrange the list to put all even numbers at the front and odd numbers at the back? 我如何让我的python hangman游戏的用户输入他们自己的单词? - How can I let the users of my python hangman game input their own words? 如何让用户使用 github 对我的 django-react 网站进行身份验证? - How can I let users authenticate into my django-react website with github? 如何让 discord.py 中的机器人响应特定用户? - How can I let my bot in discord.py respond to specific users? 如何从php向星号添加用户/号码? - how can I add users/numbers to asterisk from php? 我怎样才能让我的代码返回导致最大差异的数字? - How can I let my code return the numbers that result in the biggest difference? 如何比较Twilio的“发件人”数字 - How to compare Twilio 'From' numbers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM