The balance value depends on the currency. If isDecimal: True, when 100 is sent, it processes as 1.00; if isDecimal: False, when 100 is sent, it processes as 100.In scenarios where loyalty and wallet are used together, the wallet ID should be created as follows:
walletId: entityType + unique identifier
Example: walletId: "USER-1234501"
Modified at 2025-01-14 14:26:20