我正在使用Parse.com的BaaS进行数据存储,并使用他们的Cloud Code平台进行支付处理。几个月前,我写了一个支付处理脚本,确实有效。但现在我注意到类方法名称和回调结构的差异。
在提到Parse.com的JS API文档时,他们将我引荐到了这个页面:
https://parse.com/docs/js/api/classes/Stripe.html
但它不存在。 Parse的Cloud Code平台的当前API文档没有关于其第三方模块的文档。
The built-in Stripe Cloud Module provides a subset of the functionality available
to Stripe customers. If the feature you are interested in is not supported by this
Cloud Module, you may want to consider writing your own Stripe JavaScript wrapper
as a custom Cloud Module. We suggest looking at Stripe's API Libraries index
for inspiration.
有没有人对Parse.com的条带云代码模块的限制有任何澄清?
答案 0 :(得分:2)
我不记得确切的版本,但它是2011年末的Stripe API版本。我对Parse缺乏支持感到有些恼火,并且实际上构建了Stripe的Node.js API库的修改版本,该库将支持Parse(比我计划的更复杂的努力)。它目前基于Stripe-Node API的4.2.0版本,实际上应该与任何版本的Stripe API兼容。 (解析实际上硬编码了API版本)。