I'm developing Facebook app with payments enabled and I want to get some alert when Facebook-initiated refund or chargeback happens.
My question is what type of action/field will I receive via realtime updates on payments
subscription in changed_fields
array, 'actions' or 'disputes'?
I can't read it from documentation...
As with disputes, you will be notified via a realtime update when Facebook refunds an order. Also, as before, additional information will be added to the Graph API return data for the payment. Rather than an additional disputes array, there will be a refund object added to the actions array, signifying the payment has been refunded.
And is there any way to test it without actually buying stuff for real money and asking Facebook to refund?
Just to clarify, question is not about user disputes, but about Facebook-Initiated refunds and chargebacks.