Testing Credit Card Payment
For credit card charges, you can use test cards to simulate a direct payment through the endpoints to create a credit card charge. Here is an example of a valid card:
Credit card:
4444 4444 4444 4444
Expiration date:Any month after today’s date
CVV:123
(or any other 3 random digits)
You can also use credit card generators for testing. All of these will work and confirm the payment.
To test payments with errors, use the cards below:
Mastercard:
5184019740373151
Visa:4916561358240741
See the request to create credit card charges here.
Updated 7 days ago