Triple API and Webhooks
Card Accounts

Get Card Account External

1min
POST
https://api.tripleup.dev/partner/card-account.by-ids
triple Prod

Returns a CardAccount instance using one or more of its associated external IDs:

  • external card account ID
  • external card program ID
  • external publisher ID

The receiver returns the same object as calling the /card-accounts/{id} endpoint with the triple card account ID if a matching CardAccount exists.

Body Parameters
body
card_account_external_id
*
card_program_external_id
publisher_external_id
Responses
200
Card Account
card_program_id
*
created_at
*
default_country_code
default_postal_code
external_id
*
id
*
status
*
updated_at
*
400
TripleBadRequestError
status_code
*
content
*
403
TripleNotAuthenticatedError
status_code
*
content
*
404
TripleInvalidPathError
status_code
*
content
*
409
TripleIntegrityError
status_code
*
content
*
415
TripleUnsupportedMediaType
status_code
*
content
*
422
TripleUnprocessableEntity
status_code
*
content
*
500
TripleInternalServerError
status_code
*
content
*
501
TripleNotImplementedError
status_code
*
content
*
503
TripleServiceUnavailable
status_code
*
content
*