Card

PropertyTypeRequiredDescription
sourceAccountIdstringRequiredUnique identifier of the account associated with the card
sourceCustomerIdstringRequiredUnique identifier of the customer associated with the card
last4stringRequiredLast 4 digits of the card number
iinstringRequiredIssuer identification number associated with the card
cardTypeCardTypeRequiredType of card
statusCardStatusRequiredStatus of the card
networkIdentifierintRequiredThe first digit of the Plastic Account Number (PAN) as the network identifier (3-AE, 4-V, 5-MC, 6-D)
openDatestringRequiredDate and time of card creation
closeDatestringNot requiredDate and time of card closure, if applicable. Use this to set a card to CLOSED

Example

{
    "sourceAccountId": "8b54c092-aa96-4376-a450-4055d1fa555e",
    "sourceCustomerId": "84e31fa2-0417-4669-b8ed-51242d11a273",
    "last4": "1234",
    "iin": "345678",
    "cardType": "DEBIT",
    "status": "OPEN",
    "networkIdentifier": 3,
    "openDate": "2017-02-13T22:00:28Z",
    "closeDate": null
}