xendit.refund.model.RefundCallbackData
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| id | str | ☑️ | ||
| payment_id | str | ☑️ | ||
| payment_method_type | str | ☑️ | ||
| amount | float | ☑️ | ||
| channel_code | str | ☑️ | ||
| status | str | ☑️ | ||
| reason | str | ☑️ | ||
| country | str | ☑️ | ||
| currency | str | ☑️ | ||
| created | str | ☑️ | ||
| updated | str | ☑️ | ||
| invoice_id | str, none_type | |||
| reference_id | str, none_type | |||
| failure_code | str, none_type | |||
| refund_fee_amount | float, none_type | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type |