Credit Cards
Learn how Merchants can process Credit Card payments.
Summary
The credit card payment method enables Merchants to process e-commerce credit card transactions. This payment method is preferred for its convenience and speed, making it a vital component for e-commerce and online businesses.
Credit Card Capabilities
Topic | Support |
---|---|
Integration Methods | PaymentFields Integration, Direct API Integration |
Connections | Supported Connections |
Countries | USA, Canada |
Currencies | USD, CAD |
Recurring | Supported via multi-use token |
Transaction Types | Verify, Auth, Capture, Sale, Void, and Refund |
Credit Card Payment Flow
The process typically involves the following steps:
- The payer enters their credit card details on a website during the checkout process.
- Preczn encrypts the entered data, creates, and returns a token to the Platform.
- The Platform requests a Sale using the token.
- Preczn sends the payment data to the Connection.
- The Connection forwards the payment data to the card-issuing bank for verification and authorization.
- The issuing bank approves or denies the transaction based on the cardholder's available credit and account status.
- Upon authorization, the transaction is processed, funds are transferred from the cardholder's account to the Merchant's account, and the sale is completed.
- Both the merchant and the buyer receive a confirmation of the transaction's outcome.
Credit Card Testing
Use Preczn test cards to test your integration. These test cards work only against test Merchants and test Connections. A test transaction is automatically directed to the processor's sandbox environment.
Preczn Test Cards
Info
When using the test card values below, Preczn will automatically map these values to the appropriate test card utilized by your configured Connection.
It is important to note, some processors utilize unique triggers to simulate different test scenarios. Please see your Connection's page for details unique to your processor.
Approved Cards
Card Type | Card Number |
---|---|
Visa | 4321000000000012 |
Mastercard | 5100000000000016 |
Amex | 370000000000002 |
Discover | 6011000000000004 |
Decline Card
Card Type | Card Nubmer | Decline Type |
---|---|---|
Visa | 4321000000000020 | Generic Decline |
Approved Debit Card
Card Type | Card Number |
---|---|
Visa | 4000056655665556 |
Updated about 2 months ago