Generate CardConnect payment token
This walkthrough shows you how to generate CardConnect payment token to be used with Payment API.
Prerequisites
Enable CardConnect payment gateway in test mode via Payment API, using CardPointe User Acceptance Tesing API Credentials: Merchant ID, username and password.
Download CardPointe Gateway API Integration Postman collection and configure your Postman environment.
Generating Tokens
Generate CardSecure Token.
To tokenize the card information online, see Hosted iFrame Tokenizer.
For more information about CardConnect’s Hosted iFrame Tokenizer, see Hosted iFrame Tokenizer Solution.
Issue Create Profile request supplying the token as
account
parameter.Concatenate the
acctid
andprofileid
values from the response, using|
symbol as a separator. For example,1|16178397535388255208
.Now you can use the result as a
payment
parameter for Payment API.To find more information about credit card numbers for various test cases, see the Testing Your Integration.