3. Query (Id)
You can use this service to query the defined gift balance using the balance's identity (Id) information.
Gift Balance Inquiry by 'Id'
Parameter
Type
Required
Description
Parameter
Description
{
"Value": {
"Id": "2344fb8a-876c-4c9a-862b-e6d07d7de819",
"WalletId": "30bac1c0-ad6b-4c50-a52e-1b34f9b487a7",
"Amount": 1000.00,
"RemainingAmount": 1000.00,
"ExpirationDate": "2026-04-29T02:00:34.426Z",
"IsUnlimited": false,
"Description": "KUPON100",
"IsUsed": false,
"IsFullyUsed": false,
"IsPartiallyUsed": false,
"LastTransactionId": null,
"CreatedAt": "2025-04-30T11:28:52.399444Z",
"UpdatedAt": null
},
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated