I used below code for adding credit amount in order orderConnector.addCredit(order.getId(),new Credit().setAmount((long) 6)); but getting this error status code: 403 App doesn't have required permission I allowed all the permission on clover dashboard for customers,employees,inventory,orders,merchants, still getting same error. Thanks in advance,