#anthony_6438

1 messages · Page 1 of 1 (latest)

cerulean cosmosBOT
acoustic vale
#

hello! Yep, it would be those two APIs that you mentioned in essence, there isn't a single API call to make unfortunately

#

You can use the List Invoices API and pass the subscription id in the subscription parameter to only view Invoices for that subscription. Also expand the associated charge if any. For each invoice:

  • Check if there’s an associated charge
  • If so, create a refund
snow shard
#

thanks. is stripe.Refund.create the correct call to refund the entire subscription including tax?

#

awesome