I am creating sales orders via the REST API and it is creating them successfully except when the customer has an expired credit card in the customer setup. If they have no payment type setup, the sales orders are created successfully. When they have the expired credit card, I get the following error: Request","status":400,"o:errorDetails":[{"detail":"Error while accessing a resource. Please enter a payment method.","o:errorCode":"USER_ERROR"}]}. Is there something I can add to the JSON to resolve this? These are for fully discounted invoices with nothing due.