braintree - 为什么订阅没有付款方式 token ,如何将其映射到客户?

标签 braintree

我正在尝试检索通过其 payment_method_token 创建订阅的客户,如 described by Braintree developer agf 。但是,我的订阅之一没有付款方式 token 。该字段从 API 返回为 null,并在仪表板中显示为空白:

Dashboard screenshot

docs没有暗示该字段可能为空。什么会导致这种情况发生?我如何找出该订阅与哪个客户关联?

最佳答案

全面披露:我在 Braintree 工作。如果您还有任何疑问,请随时联系support .

如果 payment method is deleted并且它有连接的订阅,那么订阅将被取消, token 将与订阅解除关联,您将在控制面板中看到这一点。

如果有transactions associated with the subscription ,您可以通过transaction objects获取客户信息。在这种情况下,订阅在被删除之前似乎从未创建过交易,因此遗憾的是您将无法将其追溯到客户。

关于braintree - 为什么订阅没有付款方式 token ,如何将其映射到客户?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33218867/

相关文章:

braintree - Braintree 沙盒 API : 'Billing state format is invalid' 上的突然失败请求

php - 定期付款不适用于 braintree 中的 PayPal 按钮

javascript - 动态更改已在 JavaScript 中创建的实例的值

python - 在自定义模型中存储 Braintree 交易信息

typescript - 运行时错误 : Class extends value [object Object] is not a constructor or null

布伦特里 : How can i select a payment method and obtain a payment method nonce using a custom UI?

swift - 如何查明卡是否在 Braintree Payments 中被拒绝

ios - Braintree Drop In UI View 不在窗口层次结构中

android - 在 Android Braintree 下拉式 UI 中更改按钮标签

html - 在 HTML 中呈现客户卡 token 是否安全