• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Credit Card Fraud.

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While paying by credit card, the system is supposed to send MerchantID, TransactionIdentifier, CreditCardNumber and PurchaseAmount to transMaster.

How do you think, the system will validate the authenticity of a user.In the given requirement, the system is not validating the physical location. Generally, in E commerce site, at the time of payment, the user billing or shipping address is validated with the address of credit card.

With the scenario like, I am giving a credit card # of some one else, how do you think system will validate such fraud.

Any thoughts?

Bobby
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are right, but you must follow Transmaster�s specifications. I also have noticed that there are no means to refund the client.

IMO, you should concentrate on the requirements and accept this lack of security. What you can do is to document this in your assumptions.
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would assume that payment request is just a simplified example.
reply
    Bookmark Topic Watch Topic
  • New Topic