2***@qq.com
2***@qq.com
  • 发布:2023-05-24 10:38
  • 更新:2023-08-14 17:52
  • 阅读:182

急!急!急!有大佬指定uniapp stripe 支付的ephemeralKey是必须的吗?

分类:uni-app

orderInfo = {
"customer": result.data.paymentIntent.customer,
// "ephemeralKey": res.data.ephemeralKey,
"isAllowDelay": true,
"merchantName": result.data.merchantName,
"paymentIntent": result.data.paymentIntent,
"publishKey": result.data.publishKey,
"billingDetails": result.data.paymentIntent.shipping
};

后端说ephemeralKey不是必须的,但我一调就报错了

2023-05-24 10:38 负责人:无 分享
已邀请:
昭昭L

昭昭L - 开心就好

不是必填,Stripe的Customer Ephemeral Key,用于临时访问Customer

1***@qq.com

1***@qq.com

请问paymentIntent是什么样的参数?我这边总是报错-100

要回复问题请先登录注册