gpt4 book ai didi

BrainTree:获取所有客户的付款方式

转载 作者:行者123 更新时间:2023-12-04 23:49:15 27 4
gpt4 key购买 nike

有一种方法可以获取所有卡片的列表:

gateway.creditCard.expiringBetween(year1900, year2100, function (err, result) {...})

然后调用 paymentMethod.find对于每张单独的卡。但是我想在一个电话中获得与客户相关的所有付款方式,这可能吗?

最佳答案

我在布伦特里工作。如果您还有更多问题,可以随时get in touch with our support team .

客户使用其所有付款方式进行序列化。

所以,get the customer然后 get the credit cards and paypal accounts from it :

gateway.customer.find("theCustomerId", function(err, customer) {
var payment_methods = customer.creditCards.concat(customer.paypalAccounts);
});

关于BrainTree:获取所有客户的付款方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26697848/

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