#keith-invoice-paymentintent
1 messages · Page 1 of 1 (latest)
Hello 👋
payment_intent on the invoice is expandable property
https://stripe.com/docs/api/invoices/object?lang=go#invoice_object-payment_intent
You can retrieve the invoice and expand PaymnetIntent parameter
PaymentIntent for an invoice is only created once the invoice finalizes
So you may not see it in the response right away
keith-invoice-paymentintent