#altairsama69
1 messages · Page 1 of 1 (latest)
Hello
hey
It is async unless the customer already has customer balance
You can also override this behavior per-customer
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
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
got it thanks! so sucess and cancel url parameters wont be called by the checkout session just to confirm it?
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
gotcha thanks!