dashed-slug.net › Forums › General discussion › Giving coins to users programmatically › Reply To: Giving coins to users programmatically
March 6, 2022 at 6:41 pm
#11563
Anonymous
Inactive
So I ran into another issue and wonder if you could help me. I got everything working and during testing I got stuck on the actual sending part. It seems that it keeps trying to send the funds to the same user even tho I have specified a ID to send the funds to. So I have a Client (Postman, running post requests) and I am getting the server to send the funds which uses Python-WordPress-XMLRPC to send WP do_action. Everything seems like it should work but keeps returning the same thing, maybe I did something wrong?