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

Step 3: Register Card Accounts

4min
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 prerequisites 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 create card accounts 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 curl location 'https //api tripleup dev/partner/card accounts' \\ \ header 'authorization bearer my token' \\ \ header 'content type application/json' \\ \ data '{ "card program external id" "your card program external id", "default country code" "us", "default postal code" "16046", "external id" "your card account external id", "status" "enrolled" }' more about this endpoint can be found in the triple api endpoints and webhooks section verify card accounts use this endpoint to verify that card account information was properly added get partner/card accounts code sample curl location 'https //api tripleup dev/partner/card accounts' \\ \ header 'authorization bearer my token' 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 docid\ scsl6rref2jxleu14b0ks