sparky Posted October 22, 2008 Share Posted October 22, 2008 I have noticed that the Phone, Suburb, and State are not being sent to paymate for a transaction so the customer has to re-enter it again to complete the transaction. Below is what is being sent (### - text that has been commented) <form action="https://www.paymate.com/PayMate/ExpressPayment" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="mid" value="#####"> <input type="hidden" name="amt" value="10.00"> <input type="hidden" name="amt_editable" value="N"> <input type="hidden" name="currency" value="AUD"> <input type="hidden" name="ref" value="1094"> <input type="hidden" name="return" value="https://#####.com.au/modules/gateways/callback/paymate.php"> <input type="hidden" name="back" value="https://#####.com.au/modules/gateways/callback/paymate.php"> <input type="hidden" name="notify" value="place holder for notify url"> <input type="hidden" name="popup" value="false"> <input type="hidden" name="pmt_sender_email" value="####@####.com.au"> <input type="hidden" name="pmt_contact_firstname" value="####"> <input type="hidden" name="pmt_contact_surname" value="####"> <input type="hidden" name="pmt_contact_phone" value=""> <input type="hidden" name="pmt_country" value="AU"> <input type="hidden" name="regindi_sub" value=""> <input type="hidden" name="regindi_state" value=""> <input type="hidden" name="regindi_address1" value="####### Rd"> <input type="hidden" name="regindi_address2" value=""> <input type="hidden" name="regindi_state" value="Queensland"> <input type="hidden" name="regindi_pcode" value="4280"> <input type="submit" value="Pay Now"> </form> regindi_sub, regindi_state, pmt_contact_phone are all sent as an empty string. The second regindi_state is correct but is being ignored because the first one was empty. notify and back are not needed to be sent according to paymate's site. Sometimes I don't receive the return payment status and have to manually enter the payment into WHMCS Also the only status that appears to get processed is PA. All other status shows as an error in the gateway log. PayMate also now has available a beta API that can be used. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.