Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

address_line1_check & address_zip_check #81

Open
ghost opened this issue Jun 2, 2015 · 2 comments
Open

address_line1_check & address_zip_check #81

ghost opened this issue Jun 2, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 2, 2015

How do I get these things to check? For some reason they are returning back "unchecked" in my result.card.

I have address_line1 (addressLine1) and address_zip (addressZip) filled in along with other address components.

P.S. I am using the test stripe cards so these things should check.

@pablofernandezorg
Copy link

Upon creating a Stripe token none of the banks CVC and ZIP code checks have been completed. You must first process the token payment, and then you can validate whether all the tests passed.

@pablofernandezorg
Copy link

Example of token creation without a test charge:

      "address_zip_check": "unchecked",
        "brand": "Visa",
        "country": "US",
        "cvc_check": "unchecked",
        "dynamic_last4": null,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant