affirm · Schema

Card

Represents an Affirm-issued virtual card number (VCN) used in the Affirm Lite integration pattern to process payments through traditional card networks.

Properties

Name Type Description
id string Unique identifier for this virtual card.
checkout_id string Checkout session identifier associated with this card.
status string Current status of the virtual card.
number string Virtual card number (PAN).
cvv string Card verification value.
expiration string Card expiration date in MM/YY format.
billing object Billing address associated with this virtual card.
amount integer Authorized amount on this virtual card in cents.
currency string ISO 4217 currency code.
created string Card creation timestamp in RFC 3339 format.
View JSON Schema on GitHub