Triple API and Webhooks
Card Programs
Get a Card Program
1min
GET
https://api.tripleup.dev/partner/card-programs/{id}
triple Prod
PATH PARAMETERS
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
RESPONSES
200
Card Program
object
card_bins
string[]
Example: ["444789"]
The Bank Identification Numbers for cards in this Card Program.
Providing these values helps triple validate Transactions during
reward processing and enforce card requirements during purchases
through Affiliate Offers.
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
description
string
Description of the 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 (###-##-####).
id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
loyalty_unit
string<POINTS | MILES>
The unit used to pay with loyalty. Currently only POINTS and MILES are supported.
loyalty_conversion_rate
number<double>
Example: 100
The rate of loyalty units earned per reward dollar earned.
For example, setting this to 100 would earn customers 100 loyalty miles
for every reward dollar earned.
name
string
*Display name of the Card Program
program_currency
string
*Example: USD
3-character ISO-4217 currency code. Only USD is currently supported.
Contact your Triple representative for support with additional
currencies. Note that some values are not supported, particularly
test and fund codes.
publisher_id
string
*Example: triple-abc-123
The triple-defined ID for the entity.
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?