Card
Property | Type | Required | Description |
---|---|---|---|
sourceAccountId | string | Required | Unique identifier of the account associated with the card |
sourceCustomerId | string | Required | Unique identifier of the customer associated with the card |
last4 | string | Required | Last 4 digits of the card number |
iin | string | Required | Issuer identification number associated with the card |
cardType | CardType | Required | Type of card |
status | CardStatus | Required | Status of the card |
networkIdentifier | int | Required | The first digit of the Plastic Account Number (PAN) as the network identifier (3-AE, 4-V, 5-MC, 6-D) |
openDate | string | Required | Date and time of card creation |
closeDate | string | Not required | Date and time of card closure, if applicable. Use this to set a card to CLOSED |
Example
1 2 3 4 5 6 7 8 9 10 11 |
|