#gCooL-invoice

1 messages · Page 1 of 1 (latest)

jovial wave
#

hi! no, it doesn't' refund the underlying payment, you'd have to do that separately

scenic ivy
#

might sound of easy findable question in the documentation but how can should i do this

#

stripe.Refund.create(
charge="ch_3KRZaT2eZvKYlo2C0MPIkpAh",
)

#

and for charge id use the invoice id ?

jovial wave
#

no, you use the Charge ID from the Invoice invoice.charge

scenic ivy
#

ooo my, thank you so much