Checkout API documentation states that if custom URL is provided as a redirect_url, the actual redirect will include the following query parameters:
In practice, I'm receiving a query string containing all those parameters except orderId - which I need to use in my flow to look up order details.
The entire query string looks like this (sandbox env):
?checkoutId=CBASEPGE4C_E--eBdS0LSfAEnME&referenceId=DCN-6690530-31bbcf1a6caf7048&transactionId=kfIWjKsepeOXhLaoLz7bpX9lg96YY
Previously I used transactionId for this purpose, but transactions API is marked as deprecated.
Please advise.
Thank you!
Square Community