#mamidd

1 messages · Page 1 of 1 (latest)

graceful wraithBOT
brazen star
#

You have some options (whether or not to invoice immediately)

#

But 3ds management should be handled the same as with any other subscription invoice

vocal chasm
#

i'm seeing it

brazen star
#

Let me know if you have further questions after reading it entirely

vocal chasm
#

yes i saw that link, the problem is with 3DS management.

#

using a card that need the 3DS how to manage the update only if the payment succeed?

brazen star
#

So you want to invoice immediately for updates?

vocal chasm
#

using the option pending_if_complete is not compatible with price interval change

#

yes i want to invoice immediately

brazen star
#

So you'd want to handle this in your app then. Only allow the customer access to the higher tier features if the invoice payment is processed successfully

vocal chasm
#

it's correct

brazen star
#

No I'm saying ^ is how you need to handle the situation

#

Just wait for invoice payment to be successful

#

Monitoring invoice.paid webhooks

#

Only then allow customer access to higher tier in your system

vocal chasm
#

yes but if invoice payment is not successfull, you will have a stripe subscription wich doesn't match with user tier in my system

brazen star
#

You would need to manage some deadline for the customer to pay by before cancelling the subscription or handling it otherwise

vocal chasm
#

we have been already configured a subscription that if not paid should flag as unpaid

#

but our need is to change prices and if not paid due to 3DS management, replace the old subscription

brazen star
#

Yeah you'll need to manage this yourself

#

So if not paid within a certain time frame, then update subscription again

#

As you said, pending updates aren't an option here unfortunately