#Siva_K - customize invoice
1 messages · Page 1 of 1 (latest)
Thank you for the response
So no, you can't customize that label
You can refer to this link to know what could be customized
https://stripe.com/docs/invoicing/customize
And if you are looking for sending receipt to your customer you can refer to this one also
https://stripe.com/docs/receipts
Ok, thank you
we are using the subscription checkout, when the customer passed the card details, the Card object is not created. but those details existing in Payment method object
Is card can't be created while using the Subscription mode checkout
We have a scenario that wants to update the name on card
if the employee left the company, we wanted to update the name also
We have an option to update the Name on the card from Dashboard-> payment method->edit there we have the option to change the Name. But when customers logins into the Customer Portal and try to update the billing address details don't have a option to update the Billing address name
You could instead update the billing_details.name on the PaymentMethod
https://stripe.com/docs/api/payment_methods/update#update_payment_method-billing_details-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
from dashboard updating the payment method have option to update card holder name
Yeah it's the same field above ☝️ billing_details.name
from the customer portal, we do not have the option to update the cardholder name
can we have the flexibility to update the cardholder name from Customer portal
as well
Do we have any possibility to enable Cardholder name to be updated from the Customer portal?
In the Customer portal configuration we do not have Name field to select
Unfortunately, actually we don't support name updates on the Customer Portal right name. But it's a good feedback and we'll share it with the Team
Ok thank you