Jump to content

PayMateAU - some values not sent to gateway


sparky

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated