#.minalv

1 messages · Page 1 of 1 (latest)

manic iglooBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

prime epoch
#

hi! that's because you use a SetupIntent, so that's normal.

#

really you should just use a PaymentIntent from the start, it makes no sense to do a SetupIntent and then immediately a PaymentIntent after it. Use a PaymentIntent from the start.

raw falcon
#

@prime epoch But we want to use off session so we can charge beased on usage

prime epoch
#

so you use the SetupIntent to save the payment method, and then days/weeks later you create a PaymentIntent off_session to charge the amount?

raw falcon
#

yes

#

we are charging initial amount first

#

and after usage based charge will create

prime epoch
raw falcon
#

but how we can charge later if we remove setup intent from the currunt flow

prime epoch
#

same way you do now.