Query string passed to redirect_url doesn't include orderId

Checkout API documentation states that if custom URL is provided as a redirect_url, the actual redirect will include the following query parameters:

 

  • checkoutId
  • orderId
  • transactionId
  • referenceId

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!

 

 

245 Views
Message 1 of 1
Report
0 REPLIES 0