When paying with Adyen, I can capture the checkoutshopper edpoint response. The response body contains 2 properties. The status and the sessionData. is it possible to decode sessionData to find more information about the transaction? I am particularly interested in finding the reference id of the payment.
{
"resultCode": "Authorised",
"sessionData": "Ab02b4c0!BQ.....Ha"
}
