4. Query (Wallet)
You can use this service to query the defined gift balance using the wallet's identity (Id) information where it was assigned.
Query Gift Balance Record with 'WalletId'
Parameter
Type
Required
Description
Parameter
Description
{
"Value": [
{
"Id": "371b2a9a-9f4f-4f2d-b026-23fc31e4d119",
"WalletId": "0e5439b8-efa5-43d3-91e9-3cc351cc6ecc",
"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-05-01T19:15:33.546811Z",
"UpdatedAt": null
}
],
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated