Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.14 KB

RefundCallbackData.md

File metadata and controls

30 lines (24 loc) · 1.14 KB

# RefundCallbackData

use Xendit\Refund\RefundCallbackData;

Properties

Name Type Required Description Examples
id string ☑️ rfd-3ece8615-41b7-4983-a3f0-a037430b6036
payment_id string ☑️ pr-f4a6f77c-4835-4630-9617-2cdc34ee26ee
invoice_id string null
payment_method_type string ☑️ null
amount float ☑️ 1500
channel_code string ☑️ SHOPEEPAY
status string ☑️ null
reason string ☑️ null
country string ☑️ PH
currency string ☑️ PHP
reference_id string order-1234
failure_code string REFUND_FAILED
refund_fee_amount float null
created string ☑️ 2023-01-24T07:05:07.859363326Z
updated string ☑️ 2023-01-24T07:05:07.859363326Z
metadata object null

[Back to README]