How to create a pre-configured fake debit card to test payment without a PayPal account in the sandbox?

I do not want to put real information on a visa card for testing payment in the sandbox. Can I create a pre-configured map for testing?

+4
source share
2 answers

Any Visa card, adhering to the Moon algorithm, will work.
However, there are a few things to consider.

  • If the Negative Feedback option is enabled on the Sandbox test account, using a certain amount, the CVV code or expiration date may cause a decrease. A "negative review" is intended to verify the error scenario and depends on how you set a specific CVV code or amount to trigger an error response. To avoid this, I would recommend always using the CVV code '000', which will always be successful.
  • Not all map types are supported in the sandbox. For instance. Amex can be troublesome. Best tested with Visa.
  • The PayPal sandbox does not connect to any processors, and therefore the actual verification of the card is not performed. Any expiration date in combination with any card number (provided that the card type is acceptable), and any CVV code will work.

For example, the following card numbers would be good for testing;

Card Type: VISA
Expiration Date (all cards): any date in the future. For instance. 05/2018
CVV code (all cards): 000

Any Visa card number from http://www.darkcoding.net/credit-card-numbers/

+8
source

There are many check credit card numbers to use. No need to use real.

+3
source

Source: https://habr.com/ru/post/1386550/


All Articles