Attributes
Attribute | Data type | Description |
---|---|---|
billing_address | object | See details. This object can be ignored, as you will always be using the customer's billing (if provided) or shipping address. |
checkout_token | string | The virtual card token. |
created | timestamp | Timestamp of when the virtual card was generated. |
cvv | string | The virtual card security code. |
number | string | The virtual card number. In sandbox, we can set up this number to your payment gateway for testing. |
callback_id | string | Can be ignored, for Affirm internal use. |
cardholder_name | string | Can be ignored, since you will always be using the customer's name. Note that this is not necessarily the billing name associated with the card number on the card networks. |
expiration | string | A four-digit expiration date in MMYY format. |
charge_ari | string | An 8-digit Affirm identifier. |
{
"billing_address": {
"street1": "4519 Rue Levy",
"street2": "Apt 1",
"city": "Saint-Laurent",
"region1_code": "QC",
"postal_code": "H4R2P9",
"country": "CAN"
},
"checkout_token": "FA0UUFRGOND84S7C",
"created": "2020-01-24T20:00:50.712662",
"cvv": "123",
"number": "4111111111111111",
"callback_id": "5473686c-1dc4-4153-b9a7-abfccc00ef3a",
"cardholder_name": "AffirmInc John doe",
"expiration": "0121",
"charge_ari": "35PW-YI16"
}