2. Get by Wallet
This service should be used to access the record details associated with the specified WalletId.
Identify the Wallet Record by WalletId
Parameter
Type
Required
Description
Parameter
Description
{
"Items": [
{
"Id": "a7b97d5c-d4ed-447b-ac01-1192839e3124",
"WalletId": "30bac1c0-ad6b-4c50-a52e-1b34f9b487a7",
"TransactionType": "Deposit",
"Amount": 1.00,
"GiftAmount": null,
"Description": "description",
"ExternalReference": "seamless.hps",
"CreatedAt": "2025-04-24T09:06:47.215924Z",
"UpdatedAt": null,
"BalanceAfterTransaction": 1.00,
"SourceWalletId": null,
"DestinationWalletId": null,
"GiftBalanceId": null,
"MainTransactionId": null,
"UniqueCode": "6b392dc4-ff46-4443-8653-b169c647005e",
"UsedGiftBalances": null,
"CashbackAmount": 0
}
],
"PageNumber": 1,
"TotalPages": 1,
"TotalCount": 1,
"HasPreviousPage": false,
"HasNextPage": false,
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Items)
Parameter
Type
Description
Last updated