Mode:
card_connectWhat this mode does
Card Connect lets users select and verify credit cards. Configure whether users may select a single card or multiple cards. Verified cards are eligible for payments and transactions.Parameters
Create a token
You can create a card connect session token using one of the supported patterns:- Existing entity: provide
entity_id+mode+card_connect - Create new entity: provide
entity+mode+card_connect - Resume session: provide
session_idonly (omitmodeandcard_connect)
Existing Entity
Create New Entity
Response
Testing in Development
When testing the frontend for Card Connect in the dev environment, use the following test values:- Verification code: When the modal prompts you to enter a six-digit verification code, you can use any six-digit code. For example:
123456. This applies to any test case (e.g. identity verification, connect, etc.). - Card verification: Select the Chase card ending in
1580and use878as the CVV.
Launch Opal
- React (Web)
- React Native