3

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?

Ben Evans
  • 98
  • 1
  • 5

1 Answers1

0

It is not currently possible to get a Payment object's associated order ID with the Connect API.

I have filed a feature request with the API development team.

Stephen Barlow
  • 909
  • 1
  • 5
  • 5
  • Any movement on this feature request? Reconciling payments and orders is a major pain as the api is currently implemented. – dbJones Mar 22 '16 at 21:22