Composable Frontend 2.0 Learn more 

  • Payments/
    Payment Gateways/
    Generate CardConnect payment token

    Generate CardConnect payment token

    This walkthrough shows you how to generate CardConnect payment token to be used with Payment API.

    Prerequisites

    Generating Tokens

    1. 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.

    2. Issue Create Profile request supplying the token as account parameter.

    3. Concatenate the acctid and profileid values from the response, using | symbol as a separator. For example, 1|16178397535388255208.

    4. 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.

    Previous
    Generate CyberSource Keys and Tokens