21. Transaction Check (Wallet)
You can use this service to check if the relevant wallet is eligible for the transaction you want to perform. This service performs balance checks and determines if the wallet is suitable for the sale
Transaction Check with Wallet 'Id'
Parameter
Type
Required
Description
Parameter
Description
{
"Value": {
"IsAvailable": true,
"ReasonIfUnavailable": null,
"MaxAvailableAmount": 6993.00,
"WalletBalance": 6993.00,
"GiftBalance": 0,
"BlockedBalance": 0,
"AvailableBalance": 6993.00
},
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Value)
Parameter
Type
Description
Last updated