What will the data sent via a real time update contain, in the event of a dispute ?? if this below is for an order fulfillment..
{
"object": "payments",
"entry": [
{
"id": "296989303750203",
"time": 1347996346,
"changed_fields": [
"actions"
]
}
]
}
will the changed_fields array contain "disputes" instead of "actions"?
Nowhere is it explicitly stated, this is just my best guess and Im not entirely comfortable with implementing a system based on guesses.
My best guess for refunds and/or chargebacks is that it would contain "actions"?
Can anyone provide clarity? it would be greatly appreciated...