The Card Summary object represents basic details for an external Financial Account that is linked to a card, such as a debit card or credit card.
id
string (UUID)
ID of the Financial Account.
businessAccountId
string (UUID)
ID of the Business Account that contains the Financial Account.
name
string, min length: 1, max length: 100
Name for the Financial Account. This is an informal name used for the account in RocketKOR.
defaultFlag
boolean, default: false
Whether this is the default Financial Account for transactions.
currency
string, min length: 3, max length: 3, default value: USD
Currency of the Financial Account. Must be an ISO 4217 alpha 3-character currency code. RocketKOR supports USD and CAD currencies.
accountHolderId
string (UUID)
ID of the entity that owns the Financial Account. The account holder can be a Customer or Recipient.
accountHolderType
string enum, values: CUSTOMER, RECIPIENT
Type of entity referenced by the accountHolderId field.
state
string enum, values: ACTIVE, SUSPENDED
Current status of the Financial Account. The following values are supported:
maskedAccountNumber
string
Masked card number for the issued card.
createdBy
object
Entity that created the Financial Account.
id
string (UUID)
ID of the entity. Will be blank if createdBy.type is internal.
type
string enum, values: employee, service-account, internal
Type of entity. The following values are supported:
createdAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the Financial Account was created.
updatedBy
object
Entity that last updated the Financial Account.
id
string (UUID)
ID of the entity. Will be blank if updatedBy.type is internal.
type
string enum, values: employee, service-account, internal
Type of entity. The following values are supported:
updatedAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the Financial Account was last updated.
category
string enum, value: EXTERNAL
Financial Account category. Value must be EXTERNAL.
type
string enum, value: CARD
Type of Financial Account. Value must be CARD.
subtype
string enum, values: DEBIT, CREDIT, PREPAID
Type of card.
card
object
Details for the card attached to the Financial Account. See the Card object.
Card Summary Object
{
"id": "90dcbd64-b1fa-4429-adeb-4d5e8dcf90d7",
"businessAccountId": "26b0ef39-72e9-4b0a-a183-9f1142083f03",
"name": "Debit Card",
"defaultFlag": false,
"currency": "USD",
"accountHolderId": "8eb2a485-c074-40ac-a6e4-7a49e442ce45",
"accountHolderType": "CUSTOMER",
"state": "ACTIVE",
"maskedAccountNumber": "******6790",
"createdBy": {
"id": "6890fdcd-02cd-45ab-9501-c098951e4b2d",
"type": "employee"
},
"createdAt": "2022-11-23T00:42:50.311Z",
"updatedBy": {
"id": "6890fdcd-02cd-45ab-9501-c098951e4b2d",
"type": "employee"
},
"updatedAt": "2022-11-23T00:42:50.311Z",
"category": "EXTERNAL",
"type": "CARD",
"subtype": "DEBIT",
"card": {...}
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2023 RocketKOR, Inc. All rights reserved.