Open
Description
π Describe the Bug
We need to have the transactionId returned in Get Order by Id and in Get Orders.
https://marketplace.gohighlevel.com/docs/ghl/payments/get-order-by-id
π API Endpoint
/payments/orders/:orderId
β Expected Behavior
Return the transaction Id in result.
π» Screenshots or Code Samples
No response
Product Area
payments
π§ Additional Context
If you don't return the transactionId then we have to call the list orders API and supply it as "entityId". That api also needs an update to indicate that "entityId" means "orderId" and "invoiceId".