#amanda688
1 messages ยท Page 1 of 1 (latest)
AFAIk you can't require just name specifically, but you should be able to require a billing address:
https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-billing_address_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
kk -- I saw that but I didn't know if I was missing one that just contained the name. ๐ I'll go with the full billing address instead. Thanks!