gpt4 book ai didi

reactjs - Stripe react native : Merchant display name cannot be an empty string

转载 作者:行者123 更新时间:2023-12-05 09:03:34 27 4
gpt4 key购买 nike

我正在尝试将 Stripe React Native SDK 实现到我的 React Native 应用程序中,但是当我向用户出示付款单时出现错误。

我遵循了 stripe 网站 ( https://stripe.com/docs/payments/accept-a-payment?platform=react-native ) 上的教程,但我不断收到以下错误:

{"code": "Failed", "declineCode": null, "localizedMessage": "When a Configuration is passed to
PaymentSheet, the Merchant display name cannot be an empty string.", "message": "When a
Configuration is passed to PaymentSheet, the Merchant display name cannot be an empty string.",
"stripeErrorCode": null, "type": null}

我没有找到任何讨论这个问题的论坛。

提前致谢

最佳答案

我遇到了同样的错误。重新检查文档后,我发现在初始化 strip 付款表时缺少“merchantDisplayName”参数。

const {error} = await initPaymentSheet({
paymentIntentClientSecret: client_secret,
googlePay: true,
merchantDisplayName: 'Merchant Name',
});

关于reactjs - Stripe react native : Merchant display name cannot be an empty string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69824403/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com