Triple API and Webhooks
Card Accounts
Get Card Account External
1min
POST
https://api.tripleup.dev/partner/card-account.by-ids
triple Prod
BODY PARAMETERS
body
object
card_account_external_id
string
*Partner-provided, external ID for a Card Account.
External IDs should be **stable** and **never sensitive**.
External IDs do not need to be globally unique, but we encourage
the use of UUIDs. They must be unique for the Card Account within
the scope of its parent Card Program.
To protect against accidental inclusion of sensitive personal
information, external IDs may not be 9-digit numbers or use the
US Tax ID format (###-##-####).
card_program_external_id
string
Partner-provided, external ID for a Card Program.
External IDs should be **stable** and **never sensitive**.
External IDs do not need to be globally unique, but we encourage
the use of UUIDs. They must be unique for the Card Program within
the scope of its parent Publisher.
To protect against accidental inclusion of sensitive personal
information, external IDs may not be 9-digit numbers or use the
US Tax ID format (###-##-####).
publisher_external_id
string
Partner-provided, external ID for a Publisher.
External IDs should be **stable** and **never sensitive**.
External IDs do not need to be globally unique, but we encourage
the use of UUIDs. They must be unique for the Publisher within
the scope of its parent Portfolio Manager.
To protect against accidental inclusion of sensitive personal
information, external IDs may not be 9-digit numbers or use the
US Tax ID format (###-##-####).
RESPONSES
200
Card Account
object
card_program_id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
created_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
default_country_code
string
Example: US
2-letter ISO-3166 country code
default_postal_code
string
Example: 15206
ZIP Codeā¢, ZIP+4, or postal code
external_id
string
*Partner-provided, external ID for a Card Account.
External IDs should be **stable** and **never sensitive**.
External IDs do not need to be globally unique, but we encourage
the use of UUIDs. They must be unique for the Card Account within
the scope of its parent Card Program.
To protect against accidental inclusion of sensitive personal
information, external IDs may not be 9-digit numbers or use the
US Tax ID format (###-##-####).
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
status
string<ENROLLED | NOT_ENROLLED | CLOSED>
*- `ENROLLED` - The account is enrolled for rewards
- `NOT_ENROLLED` - The account is not enrolled for rewards
- `CLOSED` - The account is closed and cannot receive rewards
updated_at
string<date-time>
*Example: 2021-12-01T01:59:59.000Z
RFC 3339 date time used for creation and mod times
400
TripleBadRequestError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
403
TripleNotAuthenticatedError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
404
TripleInvalidPathError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
409
TripleIntegrityError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
415
TripleUnsupportedMediaType
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
422
TripleUnprocessableEntity
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
500
TripleInternalServerError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
501
TripleNotImplementedError
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.
503
TripleServiceUnavailable
object
status_code
integer
*The 3-digit HTTP Response Status code
content
object
*The error response content.


Updated 24 Oct 2023
Did this page help you?