What are my options if I want to build a web based service with XMR payment gateway?
Asked
Active
Viewed 98 times
1 Answers
1
You will want to use the wallet RPC interface, not daemon RPC.
Therefore, if you are going to be using payment IDs you can use get_payments, or if you plan to use subaddresses per customer/order you can use incoming_transfers to monitor incoming transactions by subaddress.
jtgrassie
- 19,601
- 4
- 17
- 54