#kurisu
1 messages · Page 1 of 1 (latest)
There's not a way to get rid of that link unfortunately
However, the customer won't be able to pay it
That's the invoice pdf. If you want just a receipt without that link, use the receipt pdf
okay the receipt pdf (didn't know that). i'll try it.
is there a way to get the platform accounts profile data (branding, adress, logo) onto the invoice/receipt?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
many thx. i'll give it a try.
@next grove sorry, one more question please:
we already set the locale (to german) but still the invoice displays english.
since we use checkout sessions we set the locale with session create options, which results in a german checkout page. thats great, but the invoice is still in english.
may be it is of help: we set the customer-creation attribute during session create options to always. shouldl then there still be a different locality used for checkout page and invoice display?
Can you share an example invoice id where you are seeing this so I can take a look?
in_1MegubKyoozLJBGZjS3nEGk8
may be it's because invoicing and checkout session are decoupled? the invoice is created by API calls.
these are the according payments in the dashboard:
pi_3MeguQKyoozLJBGZ2HwjeK03, and
pi_3MegucKyoozLJBGZ1K8ZFb07
strangly, an invoice of my collegue displays german:
in_1Meh0AKyoozLJBGZMwBPr7sp
may be the browsers prefered UI language is respected?
So you can set the customer's preferred language to show German: https://stripe.com/docs/invoicing/customize#customer-language
But yeah we also check browser settings: https://support.stripe.com/questions/language-recognition-for-invoices-with-stripe-billing
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
the problem is, we do not explicitly create customers, its like i said above we instruct the session create options to "always" "customer creation".
we use the .net SDK:
many thanks @next grove . i think i can life with that.
c u. bye.