#altairsama69

1 messages · Page 1 of 1 (latest)

jade pantherBOT
deft dirge
#

Hello

past wasp
#

hey

deft dirge
#

It is async unless the customer already has customer balance

#

You can also override this behavior per-customer

past wasp
#

got it, so will stripe send us any event?

#

when the customer completes the checkout session

#

but the payment is still not received by stripe

deft dirge
#

No there wouldn't be an event sent for funds not being reconciled. You would listen for either payment_intent.succeeded in this case or customer_cash_balance_transaction.created

past wasp
#

got it thanks! so sucess and cancel url parameters wont be called by the checkout session just to confirm it?

deft dirge
#

The success URL will be called upon a successful Checkout Session, yes.

#

Ah wait

#

I think this is particular to bank transfers, sorry.

#

Believe you are correct

#

No success URL in this case

past wasp
#

gotcha thanks!