1. Get by Id
This service should be used to view the record details associated with the specified Id value.
Identify the Wallet Record by Id
Parameter
Type
Required
Description
{
"Value": {
"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": "a4db64de-a6c0-4c2d-bb8c-b93e0683a67b",
"UsedGiftBalances": null,
"CashbackAmount": 0
},
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated