#morteza_api
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/1267888334261321728
đ 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.
- morteza_api, 4 hours ago, 60 messages
- morteza_ttp-receipt-details, 1 day ago, 50 messages
- morteza_api, 4 days ago, 31 messages
- morteza_api, 4 days ago, 51 messages
Hello
That's not something Stripe can help with unfortunately. That part is upto the merchants to design and develop.
there are some fields like application_preferred_nam, etc.
is it possible to edit them and give them every value I want
I mean as a merchant
The fields that Stripe returns via the API is based on the data on your Stripe account and what card networks respond with. It is made available for you to generate receipts based on the compliance requirements.
I don't exactly know what those requirements are.. So you could set your own name etc on your end when you generate the receipt. I just don't know if that violates any compliance requirements. May be you'd want to consult an accountant or something about that
do you know the API that returns these fields
I can check their value and know what's going on
https://docs.stripe.com/terminal/features/receipts#custom
We link the field and the SDK methods you can use on the right side
ok
thanks
you know what
I'm gonna send email when an action is triggered on the front end
is it ok ?
I mean using automatic emails is a must ?
do you mean: https://docs.stripe.com/terminal/features/receipts#prebuilt ?
I'm not sure I fully understand your ask? How you send the receipt is totally upto you..
Emailing a receipt requires you collect email from your customer
ok then
I was checking receipt field on charge object
there was
fields like application_preferred_name
it was MASTERCARD
does application_preferred_name mean the application I've developed
or it's something else
they are used to create receipts ? like the prebuil one
for example my app's name is EPay, should I enter epay for taht field ?
I think that field refers to the card network used
I don't think you should set your own details there
uh huh