Cards

A card is an instrument for drawing on a line of credit account. Cards are represented by the Cards entity in LoanPro and the card entity in Secure Payments. Each card must be associated with an existing customer and Card Program.

Cards are associated with programs and customers while swipes are associated with cards. Each card must be associated with an existing customer and Card Program. You will find the key-value pairs for cards below.

Key-value pairs

Value:Definition:
issuer_product_idAn ID from the issuer that represents the card product offering.
processing_typeThe default card processing type.
date_last_updatedThe card's last updated date.
display_card_attributesDetermines whether to display the cards' expiration dates, PAN, name, and brand.
card_colorThe card's color.
shipping_methodThe card's shipping method.
> This field is used when the card_type field is set to either physical or hybrid.
card_issuer_idThe card issuer ID.
card_currencyThe card's currency.
available_balanceThe card's available credit limit.
available_advance_balanceThe amount that a borrower can use for cash advance request.
spend_limitThe amount a borrower can spend during a determined period of time.
> The spend_limit is separate from the available_balance and controls the velocity of spending with a card.
authorization_expiration_daysThe number of days after which an "Authorization Expired" type of event should be extended if the authorized amount is still greater than the sum of the cleared amount and the voided amount.
created_dateThe card's creation date time.
spend_limit_intervalThe card's spend limit interval.
card_metadataThe card's stored metadata.
> This fields needs to include the ID of the LMS Tenant that is associated with your Secure Payments account.
card_titleThe card's name.
card_statusThe card's activation status.
card_text_colorThe card's text color.
networkThe card's network.
uuidThe card's uuid.
card_backgroundThe card's background image.
customer_idThe associated customer ID.
card_typeThe card's type.
swipe_expiration_exceptionsobjectThe swipe expiration exceptions.
> For more information see the swipe_expiration_exceptions table below.
billing_addressobjectThe card's billing address.
> For more information see the billing_address table below.
swipe_restrictionsobjectThe card's swipe restrictions.
> For more information see the swipe_restrictions table below.
shipping_addressobjectThe card's shipping address.
> For more information see the shipping_address table below.

Swipe expiration exceptions

This object holds information regarding how swipe expiration exceptions are made.

Value:Definition:
attributeThe exception's type of transaction attribute.
attribute_valuesThe value(s) of the attribute(s) selected within the attribute field.
> Multiple values can be added with a comma delimiter.
authorization_expiration_daysThe number of days that will be added to the authorization_expiration_days value for swipes that meet the attribute criteria.

Billing address

This object holds the card's billing address information.

Value:Definition:
addressLine one of the cardholder's street address.
address2Line two of the cardholder's street address.
zipcodeThe cardholder's zip code.
cityThe cardholder's city.
stateThe cardholder's state.
countryThe cardholder's country.
use_customer_primaryDetermines whether to use the customer's primary address.

Swipe restrictions

This object holds information regarding how swipe restrictions are made.

Value:Definition:
attributeThe exception's type of transaction attribute.
attribute_whitelistDetermines whether the values provided are allowed or disallowed.
attribute_valuesThe value(s) of the attribute(s) selected within the attribute field.
> Multiple values can be added with a comma delimiter.
authorize_when_emptyDetermines whether swipes will be authorized or denied when the attribute values are empty.

Shipping address

This object holds the card's shipping address information.

Value:Definition:
address1Line one of the cardholder's street address.
address2Line two of the cardholder's street address.
zipcodeThe cardholder's zip code.
cityThe cardholder's city.
stateThe cardholder's state.
countryThe cardholder's country.
use_billingDetermines whether to use the customer's billing address.
use_customer_mailingDetermines whether to use the customer's mailing address.