As far as the shipping data goes, I spoke with square and they said to use
ask_for_shipping_address to false
I've tried:
'ask_for_shipping_address' => isset($address = false),
'ask_for_shipping_address' => false
'ask_for_shipping_address' = false,
all have failed. any suggestions?