Test cases for quality analyst testing team to review


Checking cross linking :-

  • Link Amazon Pay and check if Amazon Pay balance and Amazon Pay later option both shown to the customer on the PSP.
  • De link Amazon Pay from Amazon.in -> Your accounts -> Login with Amazon -> find the consented active apps and websites and revoke consent.
  • Now the app should be allowed to re link both Amazon Pay balance and Amazon Pay later.
  • Link Amazon Pay later and see if Amazon Pay balance and Amazon Pay later option is shown.

  • Checking compliance points :-

  • Link amazon Pay wallet and try to make an insufficient balance transaction (wallet amount 10 , transaction amount 20).
  • The app flow should redirect customer to the chrome custom tab for adding remaining balance (1o INR) to complete the transaction.
  • In case you are using JS script for account linking make sure
    
    
        Source link - a.src ='https://assets.loginwithamazon.com/sdk/eu/login1.js’; 
    Domain added- amazon.Login.setAmazonDomain(amazon.Login.amazonDomain['in']);
  • Please check that on Amazon Pay later option post linking it, The show KFS option is available for customer to see it.

  • Payment Scenarios :-

  • Make a success full transaction when Amazon Pay balance is sufficient.
  • Make a success full transaction when Amazon Pay balance is insufficient.
  • Make a success full transaction when a Amazon Pay later limit is sufficient.
  • Make a transaction when Amazon Pay later limit is is insufficient. The transaction should fail and app should be able to allow re try here with the correct error message for the failure.

  • Status Check :-

  • Each API response returns a signature in response which should be verified. Its mandatory to consume Instant payment notifications (IPNs) which are server to server notifications and call to status check API to verify transaction status of all the transaction before considering them as success full transaction.

  • Amazon Pay later ineligibility reasons :-

  • Amazon Pay later option is enhancement to the Amazon Pay balance APIs. Please review the eligibility section to handle all possible responses and provide a smooth payment experience to the customers.
  • In case of error while fetching Amazon Pay later limits and customer is not eligible to use the payment methods please gray out the Amazon Pay later option and convey the error to the customer.

  • KFS link placement :-

  • Please make sure the KFS button is displayed to the customer after Amazon Pay later optin is linked. Sample KFS link can be rendered in sandbox mode also for testing purpose. To know the user interface please review GUI changes page