#tuonglv - Set Up Future Payments
1 messages · Page 1 of 1 (latest)
Hello!
How can I store the names of customers? on the Stripe dashboard, It's display blank when a user is completed the card setup
You can set the name of the Customer when you create the Customer object: https://stripe.com/docs/api/customers/create#create_customer-name
You can also update the name on an existing Customer: https://stripe.com/docs/api/customers/update#update_customer-name
For the user record who doesn't complete the setup process (SetupIntend was created but not has succeeded), what should I do with them?
Nothing! There's not really anything to do with them. Some people use them for conversion tracking metrics/reporting, but they can safely be ignored.