I am trying to create Payment for an Order using POST on /v3/merchants/{mId}/orders/{orderId}/payments
For testing purpose I am only sending "tipAmount"
String input = "{\"tipAmount\": \"20\"}";
It return :java.io.IOException: Server returned HTTP response code: 400 for URL