#paulpayen

1 messages · Page 1 of 1 (latest)

vocal zincBOT
stiff fable
#

👋 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

exotic wharf
#

Where can I find some docs about that config ?

#

hi @stiff fable ! Nice to meet you

split gazelle
#

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

exotic wharf
#

SO , the 3DS step will be done during the setup intent ?

split gazelle
#

That example uses a Payment Intent, but its mostly interchangeable

exotic wharf
#

ok; we have a return url , perfect.

#

Other question if I may.

split gazelle
#

sure!

exotic wharf
#

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 ?

exotic wharf
#

yes, I want to SET the usage within the billing interval

#

but just before it ends.

#

you see what i mean ?

split gazelle
#

Sorry, misread what you stated. Yep should be fine!

exotic wharf
#

ok; great.

#

thanks