So I'm trying to integrate a secure acceptance system into my own site, but I ran into a problem, now I'm just playing around and trying to develop it, I went trough the docs and downloaded the sample codes, I successfully got the form page to redirect to cybersecure payment page but when I try and attempt to to Card Authorization and Subscription Creation I get this error
Reply Message:
The following property is either invalid or missing: merchant_category_code, eur_outlet_id, eur_terminal_id
I'm not entirely Shure what's causing this problem and what these field are since eur_outlet_id and eur_terminal_id are not mentioned in any details in the docs and, also merchant_category_code from my understanding is something that needs to be setup on the account level trough the dash or no, I tried adding
<input type="hidden" name="merchant_category_code" value="0000">
to my form page but no luck