Local Currency - How to handle real time updates for refunds, disputes and chargebacks?
问题 I'm a bit confused on how we are expected to handle real time updates for refunds, chargebacks and disputes.. I've subscribed to both the actions and disputes real time updates fields but when a dispute is filed by a user the changed_fields array contains 'actions' and not disputes?! This is an example of the JSON response we get: {"object":"payments","entry":[{"id":"409105399200862","time":1377079956,"changed_fields":["actions"]}]} Surely the changed_fields should be set to 'disputes' as