sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Have stripe send a receipt when credit card payment is successful #103

Closed cmutel closed 6 months ago

cmutel commented 6 months ago

See docs: https://docs.stripe.com/receipts?payment-ui=direct-api

lilliputten commented 6 months ago

@cmutel I'm currently implementing just sending of a message with attached pdf. Is that ok?

cmutel commented 6 months ago

The receipt should come from Stripe (see the docs I linked)

lilliputten commented 6 months ago

I see that it's impossible to check this thing in the test mode, according to docs ("...for a payment in live mode...").

So, I'm just finishing it and pushing for a testing.

Should I remove the sending of emails with invoices after successful payments?