My Stuff

Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!

User_1MM27 Newbie

Comments

  • The INVALID_DOMAIN (Dominio no válido) error is not related to the printer mapping itself — it usually means the PrintNode domain/subdomain configured in your script is incorrect or not allowed. Things to check: PrintNode Base URL – Make sure you're using the correct domain (e.g., https://api.printnode.com) and not a…
  • This happens because Payment Method is mandatory on the Customer Deposit form, even if it’s not returned in the GET response. In REST, you must explicitly pass the paymentMethod field when creating the record. Use the internal ID of the Payment Method, typically in this format: "paymentMethod": { "id": "7" } (Confirm the…