INVALID_INVOICE_ID

The supplied invoice_id is not valid

http code 400
{
 "error_category": "INVALID_INPUT",
 "error_code": "INVALID_INVOICE_ID",
 "error_message": "Failed to find requested invoice ID for requested connection",
 "display_message": null
}

Common causes

  • The invoice_id specified in the API call object is invalid or does not exist.
  • One of the invoice_id(s) specified in the API call's invoice_ids object is invalid or does not exist.

Troubleshooting steps

  • Verify that your integration is passing in correctly formatted and valid invoice_id(s)