The status of the refund.
The amount you want to receive in cents. For example, 1000 cents is $10.00. The currency is determined by the currency
field. Cents
is a general term for the smallest unit of currency in any currency. It does not necessarily mean USD cents.
Timestamp representing when the refund was created
{ "id": "refund_6776d57dnbTWj", "customer_id": "cust_E602dMzgjpDC", "payment_id": "payt_E602dMzgjpDC", "reason": "Requested by Customer", "fx_fee": { "amount": 1000, "currency": "USD" }, "txn_fee": { "amount": 1000, "currency": "USD" }, "documents": [ { … } ], "status": "success", "currency": "USD", "amount": 1000, "created_at": "2021-06-01T12:00:00Z", "updated_at": "2021-06-01T12:00:00Z" }