gab*_*ans 1 php stripe-payments
是否可以使用 Stripe PHP SDK 从 PaymentIntent 对象(与 Charges API 不同)获取卡的最后 4 位数字?
您可以从Charge包含在PaymentIntent.
PaymentIntent->charges->data
Run Code Online (Sandbox Code Playgroud)
https://stripe.com/docs/api/charges/object