• Resolved tbrock47

    (@tbrock47)


    I’m having problems as of late processing transactions. All transactions fail with this INVALID_REQUEST_ERROR in the log. Unsure exactly what this is trying to tell me.

    04-01-2020 @ 09:03:53 - Square.js Response:
     Array
    (
        [digital_wallet_type] => NONE
        [card_brand] => VISA
        [last_4] => 5648
        [exp_month] => 10
        [exp_year] => 2020
        [billing_postal_code] => 90210
    )
    
    04-01-2020 @ 09:03:53 - Square.js Response:
     Array
    (
        [code] => EXPECTED_STRING
        [type] => INVALID_REQUEST_ERROR
        [message] => Expected a string value.: verification_details.billing_contact.address_lines[1]
    )
    
    • This topic was modified 4 years, 11 months ago by tbrock47.
Viewing 1 replies (of 1 total)
  • Thread Starter tbrock47

    (@tbrock47)

    I actually just figured this out…

    Square expects a value in the second address line (verification_details.billing_contact.address_lines[1]).
    I had this address line set to “Hidden” in Customizing ? WooCommerce ? Checkout. After changing the field to “Optional” the transaction now correctly processes.

    • This reply was modified 4 years, 11 months ago by tbrock47.
    • This reply was modified 4 years, 11 months ago by tbrock47.
Viewing 1 replies (of 1 total)
  • The topic ‘verification_details.billing_contact.address_lines[1]’ is closed to new replies.