#suggestion1837

1 messages · Page 1 of 1 (latest)

woven roverBOT
tough wind
#

Not input but you can create a PaymentMethod, then use the PaymentMethod to an Invoice

vale mural
#

I already have default payment method, but there are nothing in invoice.

tough wind
#

Can you share the Invoice Id? in_xxx

vale mural
#

in_1NscBgIX9E6NiiqiEAGKTj8x

tough wind
#

Looking..

tough wind
#

Um that test clock is stopping at the finalization time

#

Can you advance the clock a little bit?

vale mural
#

I create new customer who don't have test clock, but it is not working.
in_1NscbFIX9E6Niiqib4ofKX0Q

tough wind
#

That one doesn't have a default payment method

#

can you use the previous Invoice but advance the test clock a little bit more?

vale mural
#

I did

#

after a hour.

tough wind
#

HI, just to test, can you reproduce with another completely different Invoice / Subscription with a different test clock

#

Could you elaborate why are you creating an Invoice separately to a Subscription?

#

Is it an extra payment you want to attach to a Sub?

vale mural
#

we need to increase quantity. But quantity must increase when user paid

#

but pending update subscription of your features only support card payment

tough wind
#

How did you increase the quantity?

vale mural
#

we add extra_seats to metadata

#

and then call subscription update in invoice paid event

tough wind
#

I see you are updating the Invoice Item

#

So the timeline is:

  1. Create a Subscription
  2. Create an Invoice belongs the that Sub
  3. Add an Invoice Item to the Invoice
  4. Finalize the Invoice

After this, you expect the Invoice will be automatically attempted, but it wasn't

#

Correct?

vale mural
#

invoice status is open, we are not using automatically charege in extra quantity so, we don't know when user paid invoice

#

Only user can purchase extra quantity, after subscribe plan

#

So only for extra quantity

#

Timeline is

#

So the timeline is:

  1. Create an Invoice belongs the that Sub
  2. Add an Invoice Item to the Invoice
  3. Finalize the Invoice
tough wind
#

Okie so when you create an Invoice, you have the choice to pass in auto_advance = true or not

woven roverBOT
vale mural
#

Is it related to auto_advanced and payment info?

#

and I try to test about HI, just to test, can you reproduce with another completely different Invoice / Subscription with a different test clock

#

the result is same...
in_1NsepRIX9E6NiiqiJbWrDAec

tough wind
#

Your newest Invoice also didn't specify auto_advance, so it is not attempted

vale mural
#

auto advanced true is just test

#

to resolve issue

#

we are not using auto_advanced mode

#

we don't want to charge automatically only for extra quanity

#

we only use auto charge only for recurring cycle.

#

I can see payment info in invoice dashboard. but page can't see payment info is it normal operation?

tough wind
#

Sorry can you elaborate what do you want to achieve? I thought you want the Invoice to be attempted and charged

vale mural
#

I want to see payment information in below image about invoice page.

tough wind
#

Is that the Hosted Invoice Page?

vale mural
#

yes

tough wind
#

Ah I see. Yes that's not supported for now unfortunately. we have similar asks in the past

vale mural
#

there are any alternative?

#

this is inconvenient for customer

#

they alway input payment information, even if they already paid before

tough wind
#

Yes but in the timing you show this page to the user, it's already for asking them to input a new card. If you want them to use the previous card, just auto_advance and let the Invoice attempted by itself

vale mural
#

Will the payment information be linked only when I finally try to make the payment?

#

we don't want overdue...

tough wind
#

It's linked already, it's just not attempted if you don't auto_advance, and not displayed in Hosted Invoice Page

vale mural
#

if I turn on the auto_advance, can it see in Hosted Invoice Page?

tough wind
#

No, but the Invoice will be paid immediately

vale mural
#

if the card need 3d secure.. it will be fail?

#

and.. What happens over time when subscription status is incomplete_expired?