Description
I'm encountering a Bad Request: invalid user_id specified error when attempting to call the refund star payments endpoint. I've double-checked the user_id and confirmed it is correct.
Steps to Reproduce
- Call the refund star payments method with a valid user_id
- Receive error response: "Bad Request: invalid user_id specified"
Expected Behavior
The refund should process successfully with a valid user_id.
Actual Behavior
The API returns an error stating the user_id is invalid, despite verification that the ID is correct.