zulip/zerver/webhooks/stripe/fixtures/refund_event.json

39 lines
1.2 KiB
JSON
Raw Normal View History

{
"id": "evt_1Gib6dHLwdCOCoR7mbMhSVu0",
"object": "event",
"api_version": "2020-03-02",
"created": 1589439827,
"data": {
"object": {
"id": "re_1Gib6ZHLwdCOCoR7VrzCnXlj",
"object": "refund",
"amount": 30000000,
"balance_transaction": "txn_1Gib6ZHLwdCOCoR71Gd83huz",
"charge": "ch_1Gib61HLwdCOCoR71rnkccye",
"created": 1589439823,
"currency": "inr",
"failure_balance_transaction": "txn_1Gib6dHLwdCOCoR7VQXTaZVj",
"failure_reason": "expired_or_canceled_card",
"metadata": {},
"payment_intent": "pi_1Gib60HLwdCOCoR7KJbTO3U7",
"reason": null,
"receipt_number": null,
"source_transfer_reversal": null,
"status": "failed",
"transfer_reversal": null
},
"previous_attributes": {
"failure_balance_transaction": null,
"failure_reason": null,
"status": "succeeded"
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": null,
"idempotency_key": null
},
"type": "charge.refund.updated"
}