I want to pass the customer's billing address to the createToken() Stripe.js method

I want to send this info to stripe can it be easily activated?

“source”: {
“id”: “card_18mK09FzKb8aMux1MnPxQaP9”,
“object”: “card”,
“address_city”: null,
“address_country”: null,
“address_line1”: null,
“address_line1_check”: null,
“address_line2”: null,
“address_state”: null,
“address_zip”: null,
“address_zip_check”: null,
“brand”: “MasterCard”,
“country”: “US”,
“customer”: “cus_94SwL3Nnef6QCe”,
“cvc_check”: null,
“dynamic_last4”: null,
“exp_month”: 7,
“exp_year”: 2019,
“fingerprint”: “V46lf4kguLuHZ1eo”,
“funding”: “credit”,
“last4”: “4444”,
“metadata”: {},
“name”: null,
“tokenization_method”: null
}

Provide the exact link to the Stripe API specification related to your code block.

Sorry i think i might not be looking for this at all, i am trying to make it send the postcode for cv2 validation.

Provide the exact link to the Stripe API specification related to «postcode for cv2 validation».

https://stripe.com/docs/api/php#card_object-address_zip_check

OK, now I understand you.
To implement additional anti-fraud verifications, I need to pass the customer’s billing address to the Stripe.js createToken() API method.
The method is named stripe.createToken() in Stripe.js v3 and card.createToken() in Stripe.js v2.

Of course, I will implement it in one of the next extension’s releases.

I have implemented it in the 1.12.0 version: