Quote:
|
1) My program crashed (shouldn't happen, of course)
|
Spoken like a programmer
Quote:
|
a) what user feedback would you provide if the merchant bank says "Insufficient Funds" or "Stolen Card"?
|
If your 100% on the errror you should pass it on, though if you get a `stolen card` I would suggest something like `Please Contact the Card Issuer`.
Quote:
|
b) do you distinguish between different merchant bank errors like "Invalid Card Number" and "Card Stolen"?
|
I would give the client the message `Invalid Card Number` for the other see a)
Quote:
|
c) do you check, whether a user gets the card number wrong again and again?
|
There is a way to verify the Card Number before it goes eWay, I would try that first.
Quote:
|
d) what do you tell the user, if the payment gateway (e.g. eWay) is not available?
|
`Temporary Error: We were unable to verify your Card` you may wish to try a little later.