#king-carol_api

1 messages ยท Page 1 of 1 (latest)

ebon tangleBOT
#

๐Ÿ‘‹ 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/1351529389539594321

๐Ÿ“ 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.

agile leaf
#

This is the other payment id: pi_3R3uJ1HEYaQTKFK51iQDC18h

tardy fiber
#

Hi ๐Ÿ‘‹ sorry, I'm not sure I understand what your question is, can you try clarifying that for me?

The Payment Intent you shared was created by a request to our /v1/payment_intents endpoint, so it is expected that there is no associated Invoice object with that Payment Intent.

agile leaf
tardy fiber
agile leaf
#

Alright, understood

tardy fiber
#

Can you summarize the other thread for me? It will likely be faster than me reviewing the entire thing and pull out the relevant context.

agile leaf
#

So the issue is solely at the code implemented on the website, not at my stripe account level, right?

tardy fiber
#

What are you hoping will happen here? And to make sure we're aligned, are you specifically talking about needing full invoices, or are you referring to receipts?

agile leaf
agile leaf
tardy fiber
#

As far as I'm aware, no, receipts do not show tax breakdowns, because Payment Intents don't support letting you represent the tax amount as a separate value from the amount of the payment. The only way I'm aware of where you could adjust the receipt to show that, is by adjusting the description of the Payment Intent as we discuss here:
https://docs.stripe.com/payments/advanced/receipts#automatically-send-receipts

agile leaf
#

Alright thank you