async-stripe icon indicating copy to clipboard operation
async-stripe copied to clipboard

Add charge and payment_intent fields to Invoice struct

Open Folyd opened this issue 10 months ago • 0 comments

  • Added direct charge and payment_intent fields to the Invoice struct
  • Fixes #699 where these fields were missing from Invoice despite being present in Stripe API response
  • Previously these fields were only accessible through the nested payments structure

Folyd avatar May 09 '25 16:05 Folyd