id | String | The refund ID. |
payment_id | String | The payment ID. |
amount | Positive Float | The amount of the refund. Always in local currency. |
amount_refunded | Positive Float | Amount received by the end user. Always in local currency. |
currency | String | The currency code of the refund. |
status | String | The status of the refund. |
status_code | String | The status code of the refund. |
status_detail | String | The status detail. |
created_date | String | The date of when the refund was executed. |
notification_url | String | URL where dLocal will send notifications associated to changes in this refund. |
description | String | Description of the refund. |
bank | String | User's bank name. |
bank_account | String | User's bank account number. |
bank_account_type | String | Type of bank account. C : for Current accounts; S : for Savings accounts; I : International accounts. |
bank_branch | String | User's bank branch name. |
order_id | String | ID of the payment, given by the merchant in their system. |