#myz123
1 messages · Page 1 of 1 (latest)
I mean, is there a Checkout Session from which you want to receive this event?
@graceful trellis cs_test_a13S22zcJNcuuRn6isHCYaPKHvrNUwnchj85MeuT685FNChwDZFNidnLf2
@graceful trellis It works on checkout.session.completed, not checkout.session.async_payment_succeeded
Yes, this event is only triggered for payment method types like bank transfers that may take days to process until they succeed.
I would recommend listening to payment_intent.succeeded instead, because it covers all payment method types.
@graceful trellis Thanks. I will try it.
Happy to help!