Payments can be verified using payment ID, wallet address and private view key of the wallet. The steps to verify payments using the RPC JSON API are: Get current block height using “/getinfo”. Pass payment ID to “/get_transaction_hashes_by_payment_id” to get list of transaction hashes. If supported by daemon, set startIndex to 0 or first block …
Continue reading “How to verify payments using Talleo daemon.”