我在我的应用程序中实现了stripe gem
。我想通过电子邮件向客户发送,发票和付款收据。
我该怎么做?
答案 0 :(得分:2)
以下是向用户发送电子邮件以响应invoice.payment_succeeded
webhook的示例实现:https://github.com/boucher/stripe-webhook-mailer
答案 1 :(得分:2)
答案 2 :(得分:1)
您是否看过这个Railscasts剧集? http://railscasts.com/episodes/288-billing-with-stripe?view=asciicast