How to send emails in eWay recurring payment?

社会主义新天地 提交于 2019-12-11 18:44:56

问题


I am using eWay payment gateway. I have done recurring payment using eway php rebill source from their site & is working fine. But how would i send emails(custom) to the user? Also i would want to maintain these transactions in database. Is there something like Paypal's IPN in eWay?


回答1:


If you'd like to send a custom email to the user you'll need to do that separate from the recurring billing process. Unfortunately there isn't a notification of payment events, the closest you could get would be to do a regular QueryTransactions to get recent transactions.

Alternatively if you would like more flexibility and control, you could store your user's card details as Tokens in eWAY, then manage the scheduling in your application.



来源:https://stackoverflow.com/questions/25866943/how-to-send-emails-in-eway-recurring-payment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!