Getting Started With Triple's ...
Getting Started Overview

Step 2: Register Card Programs

4min

Once you have created your authentication token, the next step is to register your card programs with Triple. A card program refers to a collection of cards or card accounts that are eligible for the reward program. To complete this process, you will need to use specific endpoints, which are provided below along with examples. For more comprehensive information, you can refer to the Triple API documentation for each endpoint.

Prerequisites

Before proceeding with this step, ensure that: • You possess an active authentication token. • You have decided on an (external) ID for each card program.

Create a Publisher (Optional)

If you are set up as a Portfolio Manager, you must first create a Publisher. The external_id will be required when creating or associating card programs with the publisher.

Curl


Create Card Programs

Use this endpoint to add your card programs to Triple: POST partner/card-programs

Code Sample:

Curl


More about this endpoint can be found in the Triple API Endpoints and Webhooks section.

Verify Card Programs

Use this endpoint to verify that card program information was properly added: GET partner/card-programs.

Code Sample:

Curl


More about this endpoint can be found in the Triple API Endpoints and Webhooks section.

For the next step, continue to Step 3: Register Card Accounts