#mani535_docs
1 messages Β· Page 1 of 1 (latest)
π Welcome to your new thread!
β²οΈ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
β±οΈ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
π This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1463867994303238366
π Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- mani535_docs, 17 minutes ago, 7 messages
- mani535_docs, 15 hours ago, 19 messages
hi there!
about 20 minutes of inactivity.
We are trying to only send payment reciept for the order placed . No invoices should be generated .
yes that is possible. what is your question?
note that if you are not able to stay active in this chat, you can always contact Stripe support by email for async communication: https://support.stripe.com/contact
How to implement this please can you guide me now so I can login to portal and do the necessary setup and code changes too
you just need to enable payment receipt in your dashboard
and if you don't use Billing/Invoicing, then we won't create/send any invoices.
you should enable it if you want Stripe to send payment recipts to customers.
I didn't find payment reciept text in dashboard can you send a screenshot
I agree it's not super clear in the Stripe Dashboard, but that's the setting for the recipts.
I can't find it
Can you check in actual dashboard instead of checking the guide written moths ago pls
This is the information I see in the link you sent
this is the toggle to enable/disagnle the receipts:
How do I edit the content of the reciept email please
I don't see how to edit payment reciepts email content
here, but there's very little you can edit: https://dashboard.stripe.com/settings/branding
In that I see the current style
yes
and there are some things you can customize:
There is no way to edit the content right
correct
Imagine I want to add a text saying , Pet care service provider will issue the official invoice for this service. In the reciept and payment confirmation page in the app . How do it do that please
you can't edit the content of the payment receipts. so you would need to disable the Stripe payment receipts, and instead build your own ststem send your own receipts.
I want to add that message in payment reciept for compliance reasons
What about customizing the payment page itself
it depends. how are you currently accepting payments? Payment Link, Checkout Session, Payment Element, something else?
Payments via payment gateway inside app
Customer selects the product , pays the money via debit/ credit card
Payments via payment gateway inside app
what does that mean?
can you maybe share a screenshot?
I added a logo in branding page but it's not reflecting in reciept.
I will share wait a min
Can you meanwhile check about it
maybe refresh the page? on Discord we don't know much about the Stripe Dashboard. if you need more help with this, I recommend asking Stripe support directly: https://support.stripe.com/contact
Ok
I think it's checkout session
once the Checkout Session completes, the user is redirected to the success_url
and you have full control of what you display on this page
and on the Checkout Session itself, you can add a description or custom_text if needed.
Yes but I want to add the message on checkout page itself where we display amount and ask user to enter card details
How do we do this from dashboard pls
In the code we have to add ?
are you a software developer?
How can we move the logo to middle ?
Yes
got it. you can add a description to the Product you are selling in Checkout Session, and that description will be shown on the Chekcout Session page.
another option is to use the custom_text property: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-custom_text
Ok will try that
In dashboard I added logo , is position editable from dashboard or only can be done in code ?
you can't edit the position at all.
So I should add white space in image itself and upload to make sure it's alligned in center ?
you can try, not sure if it will work
Ok
And how to test payment reciepts ?
Right now we are testing using stripe test cards to test payments
Stripe doesn't send email in test mode by default. but you can view the receipts in the Stripe Dashboard by looking at a specific payment:
Can you send link for this page
you just need to open a specific payment in your Dashboard https://dashboard.stripe.com/payments
and then scroll a little
All payments are in incomplete state because it's in test mode
open your dashboard in test mode, and check the completed payments.
Yes I found them
When I click send receipt
It's saying page can't load
It will send email to email linked to customer email pulled from the transaction?
Imagine , we charge 5β¬ amount for a service , then platform fees 1β¬ , then Vat 23% of 5β¬ , how can we show service name , amount , vat amount and total in the payment reciept email please
?
hi there π sorry for the delay - taking over from my colleague
if you click to 'Send receipt' then it will send an email receipt to the email address associated with the payment
it's not possible to provide a breakdown of line items in a basic email receipt - it just shows the description of the associated payment
if you want to provide a line-item breakdown, you'd need to use invoices instead
Ok
Settings β Emails β Customer emails
Edit Receipt email description
I can't find the edit receipt email description in dashboard
We have to find a way to add a compliance text , βThis receipt confirms payment only. The official VAT invoice will be issued separately by the service provider.β
hi there, I'm taking over for Glo as they have to step away. are you following a guide that suggests that editing the email description is a dashboard setting?
you are likely looking for the payment_intent_data.description field on the Checkout Session. this should allow you to add custom text to the emailed receipt https://docs.stripe.com/payments/checkout/receipts#:~:text=details settings.-,To display custom text%2C use the,.,-Some examples include
Yes
But that's impossible to do it from dashboard I guess ?
I do not see a way to do it from the dashboard. the only way I'm seeing is to update the description field with the method I linked to above
Ok thanks will try it. Can we leave this thread open