Payment Fail: x_type error
-
I recently moved a website from one server to another. The new server is WP Engine. No changes were made to the plugin settings or the URL structure, including SSL.
In testing the payment feature with WP Payeezy Pay, I’m getting the following error:
x_type : Unsupported transaction type / x_type >><<. Expected AUTH_CAPTURE, AUTH_ONLY, ORDER, VOID, PURCHASE_TOKEN or AUTH_TOKEN
I called First Data, and they pointed me to their hosted checkout knowledge base, indicating that x_type must send auth_capture or auth_only.
I noticed that the my WP Payeezy Pay form isn’t including the x_type attribute value. This is what my form is outputting for x_type:
<input name=”x_type” value=”” type=”hidden” >
Is the empty attribute the problem?
- The topic ‘Payment Fail: x_type error’ is closed to new replies.