#Wagyuking
1 messages · Page 1 of 1 (latest)
我看看
谢谢
不客气!
我会说中文 🙂
是的,你也可以使用 expand 参数来扩展 List Invoices 的 Response https://stripe.com/docs/api/expanding_objects 这样你可以直接看到 payment_intent 的具体内容
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
在的 🙂
请问是关于退款的问题吗?
你可以使用 Refund API 来进行退款,详情请看 https://stripe.com/docs/api/refunds/create#create_refund-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
从 List Invoices API 你可以获取到 Invoice 列表。在每个迭代里使用 payement_itent_id 来调用 Refund API