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
Compolsory
Description
Parameter
Description
{
"IsSuccess": true,
"IsFailure": false,
"Value": [
{
"Id": "29bddd16-16d1-4b16-bca9-906f9ef80725",
"WalletId": "7883fb19-2359-4a9b-b917-f08a259898ed",
"Amount": 100.00,
"RemainingAmount": 100.00,
"ExpirationDate": "2025-11-10T21:00:00Z",
"IsUnlimited": false,
"Description": "External Gift Balance",
"IsUsed": false,
"IsFullyUsed": false,
"IsPartiallyUsed": false,
"LastTransactionId": null,
"CreatedAt": "2025-08-20T14:32:16.468416Z",
"UpdatedAt": null
},
{
"Id": "47c4ec69-58d2-415c-841e-c1144542181b",
"WalletId": "7883fb19-2359-4a9b-b917-f08a259898ed",
"Amount": 100.00,
"RemainingAmount": 100.00,
"ExpirationDate": null,
"IsUnlimited": true,
"Description": "External Gift Balance",
"IsUsed": false,
"IsFullyUsed": false,
"IsPartiallyUsed": false,
"LastTransactionId": null,
"CreatedAt": "2025-08-20T14:33:15.741943Z",
"UpdatedAt": null
}
]
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated