#ak4zh
1 messages · Page 1 of 1 (latest)
Unfortunately not right now
I guess you'd need to prevent Customer object creation on signup to your site and let Checkout take care of it
Then reconcile the cus_xxx from a checkout.session.completed event with internal systems
But when they buy something again pricing table create a new customer again, it keeps doing that for ever single purchase and my stripe dashboard now looks like a mess, for every payment attempt there is a customer for same email.
Just implemented pricing table yesterday and now many email have 2-3 customers.
Yup, its a known point of friction that is top of mind for us right now
I guess I need to go back to checkout with payment intent.
Is there a way to show local currency to users in old checkout method?
Another question, it says when I archive a price a new invoice cannot be created with an archieved price.
I have single currency prices if I archive them will existing subscription still run without problem and renew every month or it will get cancelled at end of current subscription period. Since the docs say a new invoice cannot be created for archived price
Hey! Taking over for my colleague. Let me catch up.
Give couple of minutes while I do some test about this
if you archive a price, it will be hidden for the new subscription, all existing subscription will still run with
https://stripe.com/docs/products-prices/manage-prices#archive-price
Language is confusing as it says it cannot be added to new invoice, but existing subscription will create a new invoice every interval.
But it seems it will work.
Also a customer tried to pay just now and pricing page showed success page with a message enjoy the 7 days trial to the customer while I check in the dashboard that payment actually failed with highest_risk_level decline code.
Thanks for subscribing was shown to customer while dashboard says highest_risk_level and subscription did not activate.
It shouldn’t show success on failed payments.
Could you please share the related subscriptionId or the failed PaymentIntent?
pi_1Lia6RJPyPZQC2jv3YX4oevT
Thanks for sharing, taking a look
Once a payment is failed, the subscription is on Incompletestatus, Stripe doesn't expires the subscription immediately, for your case if the payment want be finished the subscription will expire in 19h:
https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures
https://dashboard.stripe.com/subscriptions/sub_1Lia6QJPyPZQC2jvQ5ujFIiG