Facebook Credits 如何处理退款/退款和我的回调 URL?
我尝试处理 Facebook 积分的退款/退款。
但我无法从文档中确定如果发生退款,Facebook 是否会调用我的回调 URL。有人有退款的经验吗?他们称其状态为“已退款”吗?
I try to handle chargebacks / refunds of Facebook Credits.
But I can't determine from the documentation whether Facebook will call my callback-URL if a chargeback occurs. Does anybody have experience with chargebacks? Do they call it with status "refunded"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的申请中出现过多次退款,但没有一个人调用我的回调页面。它们仅在每日信用报告中提及。不过,我有FB问题退款,并且它按预期调用了回调页面。
但我确实觉得非常奇怪,Facebook 并没有直接在自己的订单信息返回中跟踪退款或退款。当我查询应用程序付款图表时(https://graph.facebook.com/appid/ payments?access_token=...),我没有得到退款或退款状态!无论如何,您可以在此位置找到更深入的信息:
http://developers.facebook。 com/docs/credits/disputes/
I have had a number of Chargebacks in my application, and none of them have called my callback page. They are only mentioned in the daily credit reports. However, I have had FB issue refunds, and it called the callback page as expected.
I do find it extremely odd however that Facebook does not keep track of CHARGEBACKS or REFUNDS directly in their own order info returns. When I query the graph for application payments (https://graph.facebook.com/appid/payments?access_token=...), I get no REFUNDED or CHARGEBACK statuses! Anyway, you can find more in-depth info at this location:
http://developers.facebook.com/docs/credits/disputes/