Where to find shipping address in objects from hosted checkout

heya – I’m using Square’s hosted checkout and one block of form fields is for shipping. I’m trying to retrieve that shipping address, but I don’t see it populated in the order, transaction or via a payment id in the tender. Where can I find this information?

If I recall correctly, it should be populated in the customer object (which you should be able to find in the payment or order as customer_id and then use RetrieveCustomer). If you find this not to be the case, I’ll dig deeper into this and find out what’s going on.

ah I see – yes, I’ve found it there. thanks. in order to have a shipping address in the order, I would have to supply it in the checkout call, yes?

Yes, that should work as far as I know.