PayJunction uses json for all API responses. It is considered best practice to include the following header on all HTTP Requests signifying that the client accepts application/json responses.
Accept: application/json
If this header is not included, an application/json response is still returned.