#aksharj-invoice-cancel

1 messages ยท Page 1 of 1 (latest)

somber frigate
#

Hello! That depends on desired behaviour. Was it just created in mistake?

still sigil
#

Actually we need to provide some more discount and resend invoice to the customer

#

so what we had done was below

#
  1. create a coupon with 50% off
#
  1. Created Subscription and applied the coupon
#
  1. Under Payment methods, set Email invoice to the customer to pay manually
#

the customer received the invoice, but we now need to provide some more discount

#

below was what i was thinking

somber frigate
still sigil
#
  1. Void the invoice by using the option Void under More
#

cool, so voiding it makes sense

#

one question i had was, how should i handle the subscription that was created

#

i need to provide more discount, so should i just edit the subscription and add remove existing coupon and apply new one?

somber frigate
#

Sure, you can just amend the existing subscription. There won't be any side effects or proration as it'll incomplete

still sigil
#

ok thanks ๐Ÿ‘

#

so just so i understand

#

editing the subscription with a new coupon code will create a new invoice, correct?

somber frigate
#

Have you tested it? ๐Ÿ™‚

still sigil
#

nope, i was thinking it might be easier to cancel the subscription and then create a new one

#

with new coupon

somber frigate
#

Hmm, might be easier yeah. The initial invoice (without the discount) would need to be manually edited to factor in the coupon

#

i.e. we wouldn't just create a new invoice

still sigil
#

ah ok, thanks I will the cancel the existing subscription and create a new one. as its seems the easiest option, thanks

somber frigate
#

Np!

still sigil
#

hi @somber frigate sorry a quick question

#

how can i cancel a scheduled invoice

#

i don't want it to be finalised and sent i made a mistake there

somber frigate
#

You can't, it needs to be open/finalised

still sigil
#

is there a way it can stopped from getting sent to the customer?

#

ideally i dont want the user to get the invoice

#

i see this message

somber frigate
#

If collection_method: 'send_invoice' then it'll be sent when finalised, can't be prevented

#

You're better off just updating the existing invoice in this instance

still sigil
#

so there is a issue where we want to send the invoice offiline

#

and not via stripe just for this use case

#

we want to give the customer a 6 month terms for a annual subscritption

#

and on the invoice the term says 1 year

#

thats why we need to handle this specific use case a bit differently

#

here i want a 6 month term instead of 1 year

#

i updated the subscription to cancel after 6 months, but that does not reflect in the invoice anywhere

#

can i do one thing, there is send invoice button

#

this opens a popup

#

what if i specify a different email id and send the invoice

#

and then mark it as void later?

#

would the user notice anything with this workaround?

somber frigate
#

we want to give the customer a 6 month terms for a annual subscritption
I'm not sure I understand this. What's a 6 month term?

still sigil
#

so for a annual subscription

#

we want to give user a 50% discount but also reduce the term from annual to 6 months

#

what happens if i use the "send invoice" button and put our internal email id

#

will the user still get the invoice

somber frigate
#

we want to give user a 50% discount but also reduce the term from annual to 6 months
It's not really an annual subscription then. Why not just have a 6 month subscription?

somber frigate
still sigil
#

yes, we need to think a bit more on how we want to handle these cases

somber frigate
#

But you can test all this easily enoigh

still sigil
#

i just sent it and got the email to our internal email id

#

i do not see customers email address in the to or cc

#

is it possible to verify looking at the logs who got the invoice email?

somber frigate
#

There'll be an invoice.sent event, also visible on the Dashboard page for the invoice

still sigil
#

yes, i see the event

#

do i need to look into the payload here?

somber frigate
#

Don't believe the actual email it was sent to is reflected in the event

#

But it's visible at the top of the Invoice page

still sigil
somber frigate
still sigil
#

ah yes found it

#

so where it mentioned was sent to are the only email addresses to which the invoice is sent, is that correct?

somber frigate
#

I believe so

still sigil
#

ok, thanks @somber frigate

somber frigate
#

Np!