如何从只有 customerId 的条带中检索客户的卡详细信息
How to retrieve the Card details of a customer from stripe with only customerId
我想检索客户卡的详细信息,以便我可以显示用户保存的卡详细信息。任何人都可以帮助我,在此先感谢。
这必须使用您的密钥在服务器端完成,您可以使用此 API 调用列出所有客户的付款方式:https://stripe.com/docs/api/payment_methods/list#list_payment_methods-customer
我想检索客户卡的详细信息,以便我可以显示用户保存的卡详细信息。任何人都可以帮助我,在此先感谢。
这必须使用您的密钥在服务器端完成,您可以使用此 API 调用列出所有客户的付款方式:https://stripe.com/docs/api/payment_methods/list#list_payment_methods-customer