Guides

Card Registration Reference

Response attributes

These are the attributes that are returned after you call a card API.

AttributeDescription
requestId
string
A customer generated unique ID.
cardToken
string
Token that the merchant stores.
firstName
string
Cardholder's first name.
lastName
string
Cardholder's last name.
ownerExternalId
string
Customer's reference ID.
address1
string
Cardholder's address, line 1.
address2
string
Cardholder's address, line 2.
city
string
Cardholder's city.
state
string
Cardholder's State.
countryCode
string
Cardholder's country.
A 2-letter code.
zipCode
string
Cardholder's zip code.
phoneNumber
string
Cardholder's phone number.
email
string
Cardholder's email address.
creditCardNumber
string
Credit card number.
expirationYear
string
Card's expiration year.
expirationMonth
string
Card's expiration month.
CVV
string
Personal customer code on the card.
Optional

Note: The CVV is optionally added to a call only when you are adding a card (POST /api/Card). The CVV is never returned when you are performing a GET or PUT call.
last4Digits
string
Last 4 digits of the card.
cardCompany
string
Name of card network.
isActive
boolean
Whether the card is active.
True if active, otherwise false.
deactivatedAt
string
Date card was deactivated.
addedOn
string
Date card was added.
IsSuccessfull
boolean
Whether the call was successful.
True if successful, otherwise false.
authorizationJson
string
The authorization that CRB receives from the external rail that authorized the card.
isAuthorizationSucceeded
boolean
Whether the authorization was successful.
True if successful, otherwise false.
isFastFundsSupported
boolean
Whether fast funds are supported.
True if fast funds are supported, otherwise false.
rail
string
Select from:
- RS2
- McSend
- TabaPay