Okay
  Public Ticket #1760887
Stripe Payment "Zip" requirement
Closed

Comments

  •  1
    monatech started the conversation

    I have enabled Stripe as a payment option, but it is forcing me to enter a "zip" code. We do not use Zip codes in the UK, we use Post Codes. We also do not need to verify the Post code or Zip in the UK. Can this be made into an optional requirement in the settings on future releases? and can it ask for Post Code instead of ZIP as this will confuse visitors to the site.

    In the meantime, can you tell me where to disable this in the code and i will edit it manually. 

    Thanks

  • [deleted] replied

    Hi monatech,

    This is input is Stripe.js library and that library handle all related to this input. I think when you enter the card number from UK, it will recognize that card is from UK and it will remove ZIP code. This is the quote from their documentation:

    "Note that ZIP and postal code validation depends on your customer’s billing country. Use our international test cards to experiment with other postal code formats"

    So when I add card number from my country it doesn't require ZIP code to be added.

  •  1
    monatech replied

    Thanks for the update. Please close this ticket.