Is there a way using the Square Connect API to take a payment ID sent via webhook and find the associated Order ID?
I find it odd that the Payment object listed in the documentation (https://docs.connect.squareup.com/api/connect/v1/#datatype-payment) does not have an order_id value or the Orders API does not have a get/order_by_payment_id option (https://docs.connect.squareup.com/api/connect/v1/#navsection-orders).
Are there plans to implement either of these options?