#Hugues

1 messages · Page 1 of 1 (latest)

digital pewterBOT
dull basalt
#

The idea is to use a PaymentIntent for the initial charge and save the payment for off session payments

#

you won't need additional SetupIntent

trim aspen
dull basalt
#

in that case you adapt your website to use SetupIntent, collect the payment method and directly make the first charge using that PaymentMethd

trim aspen
#

I guess that we would have to collect the first charge off-session? How long does it takes for a SetupIntent to be ready to be used for the first charge? We'd like to create the first payment the same day that the SetupIntent was created.

dull basalt
#

Acss is an async payment method not a real time one (like cards)

#

You need to synchronise your integration to charge the customer once the setup_intent become succesfull

trim aspen
#

Just to be clear: we don't necessarily want to collect the cash-down the same day, just to initiate the cash-down transaction on the same day. I guess that when you say "synchronise", you mean that we need to be called back via a webhook once the setup intent is ready?

dull basalt
#

yes exactly

trim aspen
#

Thank you soo much!