Docs
Customer first name and last name are updated in Chargebee but only the email address appears in Stripe. The gateway does not receive the name details.
This occurs when First Name and Last Name are not enabled or not set as mandatory in the Checkout and Self-serve Portal field settings. Chargebee sends only the fields that are enabled and collected to the gateway.
Name details will be sent to Stripe on subsequent transactions.
Note:
If you create customers via API, include the card[first_name] and card[last_name] parameters so the name is stored and sent to the gateway.
Was this article helpful?