#luca.mazzilli

1 messages · Page 1 of 1 (latest)

zinc dirgeBOT
fresh saddle
#

a) why is a new zero invoice created? It would be much better to avoid during the trial
This is expected for subscription created with trial.

From https://stripe.com/docs/billing/subscriptions/trials:

When creating a subscription with a trial period, no payment method is required for the customer. An immediate invoice is still created, but for $0.

#

b) why in the logs do I see a new setupintet created (not by me) which I then find deleted later?
Can you share the subscription ID (sub_xxx)?

fresh fulcrum
#

sub_1NsuVOGQfeKBxuc4TIXOlU5z

#

(I'm still working in test mode)

fresh saddle
fresh fulcrum
#

Ok, so my process is correct or I need to change something?

fresh saddle
#

Your integration in sub_1NsuVOGQfeKBxuc4TIXOlU5z looks good to me

fresh fulcrum
#

thank you!!
Just one last question. If I found something wrong when I retribe setup_intend (card declined,....) , what's the best approach to use? Should I restart the entire process (avoiding customer creation) and create a new setup intent?

fresh saddle
#

Same setup intent can be re-used

fresh fulcrum
#

perfect, I didn't know that. Many thanks for your time and support.