• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages<12
JoeB
#21 Posted : Wednesday, April 18, 2007 1:27:22 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

got it, will do
jetheredge
#22 Posted : Wednesday, April 18, 2007 1:41:16 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Just so you know, this is only a temporary fix, please don't leave the setting like that, I just want to test it.
Justin Etheredge
Senior Software Engineer
BVSoftware
JoeB
#23 Posted : Wednesday, April 18, 2007 2:06:22 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

It works! Is there a complete list for these values? I just want to make sure all the others are fixed.
jetheredge
#24 Posted : Wednesday, April 18, 2007 2:07:10 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

For now you are going to want to change the item back to "M", i just wanted to test it. I am going to get you a real fix for this today. Thanks for your patience.
Justin Etheredge
Senior Software Engineer
BVSoftware
CodeSine
#25 Posted : Wednesday, April 18, 2007 6:31:13 PM(UTC)
CodeSine

Rank: Member

Joined: 11/18/2003(UTC)
Posts: 1,465

Justin,

This same thing is happening for me for various CC types. Both on Checkout and within the Payment Area of the Order in Admin.

I get these radomly but when I process them by hand directly in the PayPal Virtual Terminal they go through.

Error:

Paypal Pro Payment Charge Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type.
TIM

BVC Add-Ons and Development
JoeB
#26 Posted : Monday, April 23, 2007 3:19:30 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Justin,

I've noticed that the Discover card doesn't work either. I changed the code from D to Discover but it won't allow the payments to go through. Is there another hard code value I can use for Discover to get it to work? Reminder, this is sp1. I didn't implement sp2 yet on this live site.
jetheredge
#27 Posted : Monday, April 23, 2007 4:13:41 PM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Nope, Discover is correct. What is the error that you are getting from paypal?
Justin Etheredge
Senior Software Engineer
BVSoftware
JoeB
#28 Posted : Monday, April 30, 2007 8:51:15 AM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Justin,

Thanks again for getting back to me. The error message is as follows:
Authorize Error: Paypal Express Payment Authorization Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type.
jetheredge
#29 Posted : Monday, April 30, 2007 9:03:11 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

Would you mind posting exactly what you entered into the bvc_CreditCardType table, including all rows. Also, I am correct in assuming that after you made these changes the site was recycled at some point, correct?
Justin Etheredge
Senior Software Engineer
BVSoftware
JoeB
#30 Posted : Tuesday, May 1, 2007 2:49:31 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Sure, client just said Amex isn't working too.
Code Longname Active
A Amex 1
C Diners Club 0
Dicsover Discover 1
J JCB 0
MAESTRO Maestro / Switch 0
MasterCard MasterCard 1
SOLO Solo 0
STAR Star Card 0
SWITCH Switch 0
V Visa 1
VISADELTA Visa Delta 0
VISAELECTRON Visa Electron 0
newuser
#31 Posted : Wednesday, May 2, 2007 8:23:50 AM(UTC)
newuser

Rank: Member

Joined: 10/22/2006(UTC)
Posts: 74

Has this been resolved? I'm experiencing the same issue.
Authorize Error: Paypal Express Payment Authorization Failed.10527:This transaction cannot be processed. Please enter a valid credit card number and type.
JoeB
#32 Posted : Wednesday, May 2, 2007 12:29:38 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Justin,

On Discover. I did notice that in my table view to you I mispelled Discover. I have since fixed that.

Joe
newuser
#33 Posted : Wednesday, May 2, 2007 7:05:57 PM(UTC)
newuser

Rank: Member

Joined: 10/22/2006(UTC)
Posts: 74

Originally Posted by: "Justin Etheredge" Go to Quoted Post

Actually, do me a favor and try going into the bvc_CreditCardType table and replacing the code for Mastercard with "MasterCard" instead of "M". Then try running a mastercard and see what happens.

This worked for me. What are the consequences for leaving the table set up that way?
JoeB
#34 Posted : Thursday, May 3, 2007 9:43:00 AM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Justin,

If I upgrade everything to the latest service pack, can you guarantee me that these items would work?

Thanks,
joe
jetheredge
#35 Posted : Thursday, May 3, 2007 9:53:56 AM(UTC)
jetheredge

Rank: Member

Joined: 3/1/2006(UTC)
Posts: 1,142

The only issue with leaving them this way is that we have a few pieces of code that check against those identifiers. Like the code that checks for valid credit card numbers. As far as guaranteeing that this will work in SP2, well, the bug is still in the code but I issued you the update. All it is doing is instead of passing the Code from that credit card table it is passing the "LongName" column's value.

Since you have fixed the misspelling of Discover, is it still not working? Also, you have an "A" for American Express. It needs to be set to "Amex"
Justin Etheredge
Senior Software Engineer
BVSoftware
JoeB
#36 Posted : Thursday, May 3, 2007 11:20:22 AM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

I have a note into the client to notify me of all discover charges. I'll update Amex now. Again, thanks for all of the help!
Joe
JoeB
#37 Posted : Thursday, May 3, 2007 12:28:56 PM(UTC)
JoeB

Rank: Member

Joined: 2/3/2004(UTC)
Posts: 111

Hello all,

The changes worked. To confirm with anyone working with this issue, I did the following:

Went to the bvc_creditcardtype table
Updated the codes for Amex, Mastercard, and Discover
New codes were as follows:
-American Express - Code=Amex
-Discover - Code=Discover
-Mastercard - Code=Mastercard

Visa worked fine.
2 Pages<12
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012