Test Cards
Below is a list of test card numbers that you can use this test card data in your sandbox environment in order to trigger different success and error responses associated with adding a card Payment Method and making Payment using your card.
Card Type | Card Number | CVV / Expiry / Address | Use Case | Statuses and Status Codes |
---|---|---|---|---|
Mastercard Credit | 2221000000000009 | CVV: 111 Expiry: Any future date Address: Any billing address | Successful credit card tokenization and successful Payment creation. The Payment Method and Payment Intent response payloads should reflect the fees associated with a credit card Payment Method. | Payment Method status of 'ACTIVE' and Payment status of 'CHARGED`. |
Visa Credit (Canadian Recipient) | 4242424242424242 | CVV: 111 Expiry: Any future date Address: Any billing address | Successful credit card tokenization and successful Payment to a Canadian Recipient creation. The Payment Method and Payment Intent response payloads should reflect the fees associated with a credit card Payment Method. | |
Visa Credit | 4002292747307851 | CVV: 111 Expiry: Any future date Address: Any billing address | Unsuccessful credit card tokenization due to a card fraud response from the card processor. | Payment Method status of 'CREATE_PAYMENT_METHOD_FAILED'. |
Visa Debit | 4462030000000000 | CVV: 111 Expiry: Any future date Address: Any billing address | Successful debit card tokenization and successful Payment creation. The Payment Method and Payment Intent response payloads should reflect the fees associated with a debit card Payment Method. | Payment Method status of 'ACTIVE' and Payment status of 'CHARGED`. |
Capital One Consumer Credit | 4003445370354868 | CVV: 111 Expiry: Any future date Address: Any billing address | Capital One consumer credit card successful tokenization. Appropriate unsupported Payment errors when used to make any Payment. Capital One tightly restricts the processing of their consumer card products. | Payment Method status of 'ACTIVE' and Payment Intent status of NOT_CAPTURABLE' on Payment Intent.Additionally, the Payment Intent statusReason displays a 'CARD_ISSUER_BLOCK'. |
Visa Prepaid | 4142387628712178 | CVV: 111 Expiry: Any future date Address: Any billing address | Successful prepaid card tokenization. Appropriate unsupported Payment errors when used to make a payment. Plastiq Connect prohibits the use of prepaid cards and disables Payment processing. | Payment Method status of 'ACTIVE' and Payment Intent status of NOT_CAPTURABLE' on Payment Intent.Additionally, the statusReason code displays an 'UNSUPPORTED_PAYMENT_BLOCK'. |
Master Card Credit (EFT) | 5454545454545454 | CVV: 111 Expiry: Any future date Address: Any billing address | Successful credit card tokenization and successful Payment creation for recipients with type: EFT . | Payment Method status of 'ACTIVE' and Payment status of 'CHARGED`. |
Updated almost 2 years ago
What’s Next