mirror of https://github.com/zulip/zulip.git
33 lines
880 B
JSON
33 lines
880 B
JSON
{
|
|
"id": "evt_abcde12345ABCDE",
|
|
"object": "event",
|
|
"api_version": "2018-05-21",
|
|
"created": 1581391347,
|
|
"data": {
|
|
"object": {
|
|
"id": "pyr_abcde12345ABCDF",
|
|
"object": "refund",
|
|
"amount": 1234,
|
|
"balance_transaction": null,
|
|
"charge": "py_abcde12345ABCDG",
|
|
"created": 1589212391,
|
|
"currency": "eur",
|
|
"metadata": {},
|
|
"payment_intent": "pi_abcd1234ABCDH",
|
|
"reason": null,
|
|
"receipt_number": null,
|
|
"source_transfer_reversal": null,
|
|
"status": "succeeded",
|
|
"transfer_reversal": null
|
|
},
|
|
"previous_attributes": {}
|
|
},
|
|
"livemode": true,
|
|
"pending_webhooks": 1,
|
|
"request": {
|
|
"id": null,
|
|
"idempotency_key": null
|
|
},
|
|
"type": "charge.refund.updated"
|
|
}
|