Jason Mundok Posted May 8, 2019 Posted May 8, 2019 (edited) I'm successfully processing transactions with VirtualMerchant and all is well except I'm hearing complaints that the customer's name is not showing up on a receipt from the gateway. It's as if the first/last name fields are getting there properly. The required fields are, which is why I'm getting successful transactions. I'm using the function CCProcessPayment and the parameters ("firstName=" & Transaction::First Name; "lastName=" & Transaction::Last Name). There are definitely values in those to fields in Transaction. I don't really have a good way of troubleshooting why those field values aren't getting there. Are there any other name parameters that I should be using? Any way to troubleshoot this? Edited May 8, 2019 by Jason Mundok
KaneM Posted May 8, 2019 Posted May 8, 2019 Hello Mr. Mundok, Unfortunately, VirtualMerchant does not accept the "firstName=" and "lastName=" parameters. You may have been looking at the documentation for a different gateway. You can find the VirtualMerchant specific here. Also, you can find the optional parameters that VirtualMerchant accepts here. You should see syntax for the CCProcessPayment function, and right below it, there will be a button to expand the list of optional parameters. Feel free to let us know if you have any further questions! Thank You, Kane 360Works
Jason Mundok Posted May 8, 2019 Author Posted May 8, 2019 Ok, thanks for the clarification. I must have seen those parameters in a different gateway's script. Jason
Recommended Posts
This topic is 2037 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now