#Thierry
1 messages · Page 1 of 1 (latest)
Hello Thierry, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• https://discord.com/channels/841573134531821608/1164278342678216814, 1 days ago, 46 messages
• https://discord.com/channels/841573134531821608/1164290410441609266, 1 days ago, 2 messages
• https://discord.com/channels/841573134531821608/1164278672669282455, 1 days ago, 2 messages
hello! you can take a look at https://stripe.com/docs/receipts?payment-ui=checkout - Stripe can / will automatically send a receipt
Hello I can no longer write into thierry-customer-pii.
How can I specified the customer's company name, registration number, VAT number, etc. in the receipt ?
there's limited customization available on a receipt : https://stripe.com/docs/receipts?payment-ui=direct-api#customizing-receipts.
Those values that you want to display don't have specific fields for them. If you really want to include them, you can try including it in the PaymentIntent description
where can I see an example of the generated receipts ? On the page, there is only a partial capture
For context, test payments created using your test API keys don’t automatically send receipts.
Instead, you can view or manually send a receipt using the Dashboard - you can go to the payment page and there should be a view receipt button
I'd suggest reaching out to Stripe Support - https://support.stripe.com/contact, they'll be able to advise you on how to preview the receipt on your Dashboard
Other question: does stripe generates receipts using the "facture electronique" format ?
and does Stripe send the receipt to the gouvernement
(sorry for my bad english)
i don't really know what's that I'm afraid. We mainly help with developers who want to integrate directly with the Stripe API here on this channel, if you reach out to Stripe Support - https://support.stripe.com/contact, they'll be able to better advise you on your questions!
ok
Other question. Using PHP. I plan to collect the customer billing address with the address element. Then send it to my php server. Then collect the customer delivery address with the address element. Then send to my php server. Then perform the payement with the payement element. Does it make sens ?
yes it makes sense, you can try it out. Do you have any specific questions about this?