gpt4 book ai didi

python - 当我在 Braintree 中创建订阅时,付款方式 token 无效

转载 作者:行者123 更新时间:2023-12-01 04:46:05 30 4
gpt4 key购买 nike

我想使用 Python 和 JS 使用 Braintree 创建订阅。但我收到一个错误:

'errors': <braintree.errors.Errors object at 0xb0d157cc>, 'transaction': None, 'subscription': None, 'message': 'Payment method token is invalid.', 'credit_card_verification': None, 'merchant_account': None

我如何创建 token 和订阅的方式

    token = braintree.ClientToken.generate({
"customer_id": self.braintree_customer.id
})

create_subscriptions = braintree.Subscription.create({
"payment_method_token": token,
"plan_id": self.plan_id
})

最佳答案

关于python - 当我在 Braintree 中创建订阅时,付款方式 token 无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29386905/

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