#binarybeast_api

1 messages ¡ Page 1 of 1 (latest)

unborn doveBOT
#

👋 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/1221906334379937872

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

maiden windBOT
bleak current
#

Hello, do you know the specific reason those receipts are not compliant? And are you saying that our Invoice PDFs would be compliant here?

civic elm
#

I suppose it might work with Invoices

#

if we customize those

#

in your opinion, what would be the better way to handle this?

bleak current
#

Thanks for the link. I do see how our receipts do not support showing a lot of those fields. You can add descriptions and custom fields to an invoice but I don't think there is a way to add

the signature of an individual authorized by the charity to acknowledge gift
So invoices may not be able to handle this either.
https://docs.stripe.com/invoicing/customize

#

So generating your own PDFs may be the way to go if we don't offer sufficient customization with our current receipts/invoices

civic elm
#

okay, I see. So, one way to do that would be to use Stripe Webhooks ?

Whenever there is a successful payment, it will trigger webhook that will generate pdf file and send it to the customers email.

I can get all this data in the webhook's request body, right?

bleak current
#

Yep yep, all the payment info from the intent should be there

civic elm
#

Oh, also I have another question

bleak current
#

Happy to help

civic elm
#

I saw in transactions, we have a lot of CAU fees ?
Is that something that can be turned off ?

#

And if so, do you recommend it or no ?

bleak current