admin管理员组文章数量:1124165
I am new to Twilio and to Stripe, and I am having issues with the setting up the Twilio to Stripe payment connector. Stripe returns "Connector configuration error. Credentials missing."
I have created the pay connector in Twilio Dashboard > Voice > Manage > Pay connectors and went through the Connect to Stripe process.
In debugging, my call gets forwarded to Stripe. It takes the CC# and all the relevant information, then posts back to my action but the results give an error message of "Connector configuration error. Credentials missing."
The help documentation says to recreate my payment connector configuration, which I have tried. I also saw something about having to provide my Stripe keys in Twilio, but I don't see where that option is.
In my code I am using the VoiceResponse Pay function like:
var response = new VoiceResponse();
response.Say("Connecting to Stripe");
response.Pay(paymentConnector: "Default", action: , chargeAmount: "123.45");
return Content(response.ToString(), "application/xml");
Any help would be appreciated.
本文标签: Twilio to Stripe Payment Connectormissing credentialsStack Overflow
版权声明:本文标题:Twilio to Stripe Payment Connector - missing credentials? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736615643a1945464.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论