{
"amount": 123,
"business_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"currency": null,
"is_partial": true,
"payment_id": "<string>",
"reason": "<string>",
"refund_id": "<string>",
"status": "succeeded"
}
The payload sent to your webhook endpoint when a refund is created or updated.
The schema is of type object
.
Was this page helpful?