Override Stripe Checkout Session from sending receipt_email #667
Answered
by
excid3
EsotericCoder
asked this question in
Q&A
-
Wanted to simplify my app and allow Stripe to handle all purchase receipt/refund emails. I enabled it on the Stripe dashboard and disabled emails in Pay config. Unfortunately Stripe will not automatically send these emails if the API is sent a receipt_email when the checkout session is created. Is it possible to override this from happening? |
Beta Was this translation helpful? Give feedback.
Answered by
excid3
Jul 22, 2022
Replies: 1 comment
-
Pay does not include a receipt_email. https://github.com/pay-rails/pay/blob/master/lib/pay/stripe/billable.rb#L212 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
excid3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pay does not include a receipt_email. https://github.com/pay-rails/pay/blob/master/lib/pay/stripe/billable.rb#L212