Card Connection


Details about the connection to the third party for this card account.

{
  "id": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
  "externalAccountID": "string",
  "connectionStatus": "VERIFIED",
  "provider": "BRAINTREE",
  "createdAt": "2020-12-31T15:10:55Z",
  "updatedAt": "2020-12-31T15:10:55Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenoneA unique card connection identifier.
externalAccountIDstringfalsenoneThis is the identification number of a customer's card account provided by a third party processor.
connectionStatusstringfalsenoneThis is the status of the card account provided by a third party processor.
providerstringfalsenoneThis is the name of the third party processor that is being used for the card account.
createdAtstring(date-time)falsenoneThe timestamp for when this third party card connection was created.
updatedAtstring(date-time)falsenoneThe timestamp for when this third party card connection was last updated.

Enumerated Values

Value
UNKNOWN_CONNECTION_STATUS
VERIFIED
FAILED
UNKNOWN_PROVIDER
MANUAL
BRAINTREE
CYBERSOURCE