#paulpayen
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Depending on your subscription configuration, but yeah Stripe can just do an authorization on your PaymentMethod if there is no charges to be billed for the customer
The subscription will likely create and return a Setup Intent if there's no immediate payment available (which is the case for metered billing)
That should be confirmed on your client/front-end using the collecting payment details, and we'll carry out 3DS/auth if requested
SO , the 3DS step will be done during the setup intent ?
During the confirmation of the Setup Intent, yes. This part: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#complete-payment
That example uses a Payment Intent, but its mostly interchangeable
sure!
As I said we will use subscription based on usage.
What we plan to do is to wait 30 mins before the billing period ends. and SET the usage.
This will simply our internal flows.
Do you think it's a good way to implement ?
yes, I want to SET the usage within the billing interval
but just before it ends.
you see what i mean ?
Sorry, misread what you stated. Yep should be fine!