Is there any documentation as to what other fields are included in the response of the JWT postback when a transaction is completed?
I noticed from documentation HERE that an extra field is added for cancellations, ie statusCode.
Now to the point:
Does / can the postback JWT contain the email of the buyer?
Is there a field we can set when constructing the initial JWT request that will request wallet to relay the email?
In the old checkout, there was a mechanism of querying checkout with the orderID in order to retrieve the order details (and thus buyer email), is there an API in digital goods that does this too?
I'd like the email to relay activation codes when payment is completed.