Step 3: Register Card Accounts
Once you have registered your Card Programs, you'll need to register customer card accounts. A card account is a unique (tokenized) string that uniquely identifies a card account holder or card without sharing PII's.
The returned (Triple) ID will be used to reference the specific card (account holder) in all subsequent calls to the Triple platform.
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.
Before proceeding with this step, ensure that: • You possess an active authentication token. • You have an External ID for each card account.
You can register card accounts via a batch file, especially during the initial onboarding. If you want to do this contact Triple for more information.
Use this endpoint to add card accounts to Triple using a batch file: POST partner/card-accounts.
Card accounts should not contain sensitive information such as customer social security numbers or the actual PAN for the card.
Code Sample:
More about this endpoint can be found in the Triple API Endpoints and Webhooks section.
Use this endpoint to verify that card account information was properly added: GET partner/card-accounts.
Code Sample:
More about this endpoint can be found in the Triple API Endpoints and Webhooks section.
For the next step, continue to Step 4: Fetch Offers.