#bohdan.borkivskyi
1 messages ยท Page 1 of 1 (latest)
Specifically the .pending event or the unset customer field?
If the latter, then just create a new payment without setting the customer field
If I create payment without specifying customer, it will just go through as normal payment, not pending one.
On the other hand, I can achieve pending payment by specifying certain SEPA Debit IBAN on checkout page, but this way pending charge will have customer.
My goal is to receive charge.pending event with no customer
Hello ๐
Taking over as ynnoj needs to step away soon
I think it depends on how you create the checkout session, have you tried setting customer_creation: if_required parameter to see if that helps?
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you! It helped!