jdocchio67
07-29-2012, 05:09 AM
I am a volunteer for a veterans organizations www.thenovetleftbehing.org, the have received a credit card machine through myvirtualmerchant.com, and wish to also have it configured to their website. I am also in the process of rebuilding the website to enhance the website. I contacted tech support, they assisted me to access the account, then they advised that I would have to code the information on my own. I have experience with basic HTML coding, and am utilizing MS Expression Web for web design. I followed the example code, and continuously receive the error message below, and have searched the Internet without success.
Page 43
Example 3
The following HTML code is similar to Example 2 shown above, including additional fields required to pass AVS data and CVV2 / CVC2 data:
<form
action="https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do" method="POST">
<input type="hidden" name="ssl_merchant_id" value="my_virtualmerchant_id">
<input type="hidden" name="ssl_user_id" value="my_user_id">
<input type="hidden" name="ssl_pin" value="my_pin">
<input type="hidden" name="ssl_transaction_type" value="ccsale">
<input type="hidden" name="ssl_card_number" value="0000000000000000">
<input type="hidden" name="ssl_exp_date" value="0000">
<input type="hidden" name="ssl_amount" value="12.77">
<input type="hidden" name="ssl_show_form" value="false">
<input type="hidden" name="ssl_cvv2cvc2_indicator" value="1">
<input type="hidden" name="ssl_cvv2cvc2" value="1234">
<input type="hidden" name="ssl_avs_address" value="123 Main St.">
<input type="hidden" name="ssl_avs_zip" value="01234">
<input type="submit" value="Donate Now">
</form>
An Error Occurred While Processing Your Request
Error Code : 4012
Error Name : VID/UID Invalid
Error Message : The VirtualMerchant ID and/or User ID supplied in the authorization request is invalid.
I have changed the my_virtualmerchant_id, my_user_id, my_pin according to the account on myvirtualmerchant.com, and still receive the error.
I was wondering if anyone has knowledge on the configurations for myvirtualmerchant.com to get this configure if you folks would not mind assisting. I only need to set this up for Donations for Military Veterans, no sales or otherwise. I would appreciate any assistance to get this functional.
Best regards,
John
Page 43
Example 3
The following HTML code is similar to Example 2 shown above, including additional fields required to pass AVS data and CVV2 / CVC2 data:
<form
action="https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do" method="POST">
<input type="hidden" name="ssl_merchant_id" value="my_virtualmerchant_id">
<input type="hidden" name="ssl_user_id" value="my_user_id">
<input type="hidden" name="ssl_pin" value="my_pin">
<input type="hidden" name="ssl_transaction_type" value="ccsale">
<input type="hidden" name="ssl_card_number" value="0000000000000000">
<input type="hidden" name="ssl_exp_date" value="0000">
<input type="hidden" name="ssl_amount" value="12.77">
<input type="hidden" name="ssl_show_form" value="false">
<input type="hidden" name="ssl_cvv2cvc2_indicator" value="1">
<input type="hidden" name="ssl_cvv2cvc2" value="1234">
<input type="hidden" name="ssl_avs_address" value="123 Main St.">
<input type="hidden" name="ssl_avs_zip" value="01234">
<input type="submit" value="Donate Now">
</form>
An Error Occurred While Processing Your Request
Error Code : 4012
Error Name : VID/UID Invalid
Error Message : The VirtualMerchant ID and/or User ID supplied in the authorization request is invalid.
I have changed the my_virtualmerchant_id, my_user_id, my_pin according to the account on myvirtualmerchant.com, and still receive the error.
I was wondering if anyone has knowledge on the configurations for myvirtualmerchant.com to get this configure if you folks would not mind assisting. I only need to set this up for Donations for Military Veterans, no sales or otherwise. I would appreciate any assistance to get this functional.
Best regards,
John