#DanTheGoodman - checkout
1 messages · Page 1 of 1 (latest)
I found this
We use email address, phone number, and credit card number to group payments from your guest customers under the same guest customer view. Only one of these data fields needs to match for a guest payment to be grouped under a guest customer view.
The customer email address is pulled from the `description`, `receipt_email` and `charge.billing_details.email` fields in the PaymentIntent object.
The phone number is pulled from `charge.billing_details.phone` in the PaymentIntent object.```
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
which would indicate to me that it should be doing this. automatically
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
3 payments from same email, but clicking on the email shows they are different customers
So checkout doesn't use guest customers
If customer object is blank, a new one is created: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.