wallet_transactions
- POST wallet_transactions/create — This method creates a wallet transaction. Single transaction can be created by each call.
- GET wallet_transactions/show — This method returns information related with a wallet transaction. Single wallet transaction is returned by each call
- GET wallet_transactions/list — This method returns information related with wallet transactions. Multiple wallet transactions are returned by each call.
- POST wallet_transactions/void — This method voids a wallet transaction. Single transaction can be voided by each call. Can be applied only on effective wallets and only on wallet transactions which were not already voided.
- wallet_transactions/configuration
- GET wallet_transactions/configuration/types/list — This method returns the wallet transaction types that are allowed to be used in the system. Multiple wallet transaction types are returned by each call