【发布时间】:2018-02-16 16:56:39
【问题描述】:
我根据本教程制作了应用程序:https://stripe.com/docs/checkout/express
我现在如何将付款方式从信用卡更改为理想? 理想文档:https://stripe.com/docs/sources/ideal#create-source
问题:我在哪里调用stripe.createSource({ 来源?
我尝试过的事情:
将app.js中的stripe.customers.create({改成stripe.createSource({
更改 .pug 文件中的数据字段
在stripe.charges.create({中进行编辑
如果您有任何建议,请告诉我!
【问题讨论】:
标签: javascript node.js stripe-payments payment stripe.js