...
Scenario | Scenario Title | Pre- condition | How to execute(step-by-step) |
---|---|---|---|
1 | [Mapped errors][Message Description] - Check if the custom description is displayed on the error modal |
|
|
...
Scenario | Scenario Title | Pre- condition | How to execute(step-by-step) |
---|---|---|---|
2 | [Non-Mapped errors][Message Description] - Check if the message description is displayed on the error modal |
|
|
...
Scenario | Scenario Title | Pre- condition | How to execute(step-by-step) |
---|---|---|---|
3 | [Mapped errors][Message Title] - Check if the message title is displayed on the error modal |
|
|
...
Scenario | Scenario Title | Pre- condition | How to execute(step-by-step) |
---|---|---|---|
4 | [Non-Mapped errors][Message Title] - Check if the message title is displayed on the error modal |
|
|
CVV | Non-mapped errors | Mapped errors | Description (Sent from backend) | Expected Message Key | Expected Message Description |
102 | error.PAYMENT.2.001.title | error.PAYMENT.title error.PAYMENT.2.title | Operation not allowed for the credit card type | error.PAYMENT.2.title | |
111 | error.PAYMENT.2.100.001.title | error.PAYMENT.title error.PAYMENT.2.title error.PAYMENT.2.100.title | CVC2 block incorrect | error.PAYMENT.2.100.title | |
111 | error.PAYMENT.2.100.001.title | error.PAYMENT.title error.PAYMENT.2.title | CVC2 block incorrect | error.PAYMENT.2.title | |
115 | error.PAYMENT.2.101.001.title | error.PAYMENT.title error.PAYMENT.2.title error.PAYMENT.2.100.title error.PAYMENT.2.101.title | Card issuer could not validate card owner | error.PAYMENT.2.101.title | |
error.PAYMENT.2.101.002.title | error.PAYMENT.title error.PAYMENT.2.101.003.title | When the same card has several payments in "flight" at the time that one is finalized, the rest are denied with this code. This restriction is for security. | error.PAYMENT.title | ||
error.PAYMENT.4.002.title | error.PAYMENT.4.title | General configuration error | error.PAYMENT.4.title | ||
error.PAYMENT.4.003.title | error.PAYMENT.title | General connection error | error.PAYMENT.title |
Analytics
Scenario | Scenario Title | Pre- condition | How to execute(step-by-step) |
---|---|---|---|
5 | Analytics - Check if the new event and its attributes are being sent properly to mParticle/Amplitude according to the table below. |
|
|
Event | Attributes | |||||
CVV | Name | Error Code | Message | Path | Response Title | Response Description |
102 | Error | error.PAYMENT.2.001 | Operation not allowed for the credit card type | /cart/payment | ||
Error | error.PAYMENT.2.002 | General fraud error | /cart/payment | |||
Error | error.PAYMENT.2.100 | General card error | /cart/payment | |||
111 | Error | error.PAYMENT.2.100.001 | CVC2 block incorrect | /cart/payment | ||
Error | error.PAYMENT.2.101 | General payment processing error | /cart/payment | |||
115 | Error | error.PAYMENT.2.101.001 | Card issuer could not validate card owner | /cart/payment | ||
Error | error.PAYMENT.2.102 | General payment restriction error | /cart/payment | |||
Error | error.PAYMENT.2.102.001 | Operation not allowed for the credit card type | /cart/payment | |||
Error | error.PAYMENT.4.000 | General PSP error | /cart/payment | |||
Error | error.PAYMENT.4.002 | General configuration error | /cart/payment | |||
Error | error.PAYMENT.4.003 | General connection error | /cart/payment | |||
Error | error.PAYMENT.default | - | /cart/payment | |||
Error | error.PAYMENT.title | - | /cart/payment | |||
Error | error.PAYMENT.2.title | - | /cart/payment |