[Stripe] An initial reusable source for a card with an optional 3D Secure verification

{
	"object": {
		"id": "src_1BNtijFzKb8aMux1gXlCtuQ5",
		"object": "source",
		"amount": null,  
		"card": {
			"address_line1_check": "unchecked",
			"address_zip_check": "unchecked",
			"brand": "Visa",
			"country": "US",
			"cvc_check": "unchecked",
			"dynamic_last4": null,
			"exp_month": 7,
			"exp_year": 2021,
			"fingerprint": "slrGvOFRzFPq9wGq",
			"funding": "credit",
			"last4": "4242",
			"three_d_secure": "optional",
			"tokenization_method": null
		},		
		"client_secret": "src_client_secret_<id>",
		"created": 1510624813,
		"currency": null,
		"flow": "none",
		"livemode": false,
		"metadata": {},
		"owner": {
			"address": {
				"city": "Sydney",
				"country": "AU",
				"line1": "72 Liverpool St",
				"line2": null,
				"postal_code": "2000",
				"state": null
			},
			"email": "dfediuk@gmail.com",
			"name": "DMITRY FEDYUK",
			"phone": "+61282688888",
			"verified_address": null,
			"verified_email": null,
			"verified_name": null,
			"verified_phone": null
		},
		"statement_descriptor": null,
		"status": "chargeable",
		"type": "card",
		"usage": "reusable"
	},
	"previous_attributes": null
}

See also: