Skip to main content
The table stores the information of Refunds.
Field NameData TypeDescriptionNested Fields
_idobjectIdUnique Identifier for document0
refund_idstringUnique identifier for refund0
return_idstringUnique identifier for return0
order_idstringUnique identifier for order0
customer_idstringUnique identifier for customer0
refund_amountfloatField for refund amount0
refund_methodstringField for refund method0
refund_datedatetimeTimestamp for when refund date was created/updated0
transaction_idstringUnique identifier for transaction0
statusstringCurrent status of refunds0
is_activebooleanField for is active0
created_atdatetimeTimestamp when the record was created0
updated_atdatetimeTimestamp when the record was updated0
is_deletedbooleanField for is deleted0
{
    "_id": {
        "$oid": "685abf4aa296fdf09c9c532c"
    },
    "refund_id": "adae32c7-32c3-4f78-be50-42cf3558c2ee",
    "return_id": "5f1206d8-9fab-43b0-9e7e-b99e51ccf157",
    "order_id": "0f235db2-384a-44bc-bdc3-f86ab5bab049",
    "customer_id": "bd3df946-11e8-4fed-b328-b1724108ba31",
    "refund_amount": 0.0,
    "refund_method": "credit_card",
    "refund_date": {
        "$date": "2025-06-24T20:37:54.218Z"
    },
    "transaction_id": "",
    "status": "pending",
    "is_active": true,
    "created_at": {
        "$date": "2025-06-24T20:37:54.218Z"
    },
    "updated_at": {
        "$date": "2025-06-24T21:42:08.240Z"
    },
    "is_deleted": false
}