Triple API and Webhooks
Card Accounts
Create a Card Account
1min
POST
https://api.tripleup.dev/partner/card-accounts
triple Prod
Body Parameters
body
object
card_program_external_id
string
*
default_country_code
string
default_postal_code
string
external_id
string
*
publisher_external_id
string
status
string<ENROLLED | NOT_ENROLLED | CLOSED>
Responses
201
Card Account
object
card_program_id
string
*
created_at
string<date-time>
*
default_country_code
string
default_postal_code
string
external_id
string
*
id
string
*
status
string<ENROLLED | NOT_ENROLLED | CLOSED>
*
updated_at
string<date-time>
*
400
TripleBadRequestError
object
status_code
integer
*
content
object
*
403
TripleNotAuthenticatedError
object
status_code
integer
*
content
object
*
404
TripleInvalidPathError
object
status_code
integer
*
content
object
*
409
TripleIntegrityError
object
status_code
integer
*
content
object
*
415
TripleUnsupportedMediaType
object
status_code
integer
*
content
object
*
422
TripleUnprocessableEntity
object
status_code
integer
*
content
object
*
500
TripleInternalServerError
object
status_code
integer
*
content
object
*
501
TripleNotImplementedError
object
status_code
integer
*
content
object
*
503
TripleServiceUnavailable
object
status_code
integer
*
content
object
*
Updated 26 Jun 2024
Did this page help you?