Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to validate purchaser's ups/fedex account number in my eCommerce website?

If any one know please help me.


Thanks in advanced.
Posted

1 solution

If you're talking about validating the input to see if it's in the correct format for an account number, then it would take a small RegEx to do that. What constitutes a valid format would have to be defined by UPS and FedEx. You'd have to ask them what formats are valid in their developer portals.

If you're asking if you can see if the account number really exists, last I checked, you can't. Admittedly, that was a long time ago. Again, your best source of information on that would be the developer portals for UPS and FedEx.

UPS[^] and FedEx[^]
 
Share this answer
 
Comments
vimal227 19-Dec-11 7:18am    
ok. i will talk to developer team.

Thanks a lot...
Dave Vroman 28-Dec-11 15:54pm    
Verify UPS Account:
https://www.ups.com/wscommission/authenticateaccount?loc=en_US


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900