6. Freeze
To temporarily freeze a record and prevent transactions, information must be sent through this service.
Send Information to Apply Freeze Operation on the Record
Parameter
Type
Required
Description
{
"Id": "{{walletId}}",
"FrozenUntil": null
}Service Request
Parameter
Type
Description
{
"Value": {
"Id": "30bac1c0-ad6b-4c50-a52e-1b34f9b487a7",
"WalletOwnerId": "b5708099-be62-4d34-af06-27132082eb78",
"Name": "juzdan1",
"Alias": "8203287943",
"MerchantId": 2071,
"RegionId": 1,
"CurrencyCode": "TRY",
"Balance": 1.00,
"AvailableBalance": 1.00,
"TotalGiftBalance": 0,
"BlockedBalance": 0,
"FrozenUntil": "2026-03-24T20:26:25.426Z",
"IsFrozen": true,
"IsDeleted": false,
"CreatedAt": "2025-04-24T09:05:47.980805Z",
"UpdatedAt": "2025-04-25T12:20:29.7070288Z",
"TransactionId": null
},
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated