Is it possible to set a developer payload in unity in-app purchasing?

I want the receipt from google to contain a user identifier. For this I should set a developer payload.

I figured it out.
m_StoreController.InitiatePurchase(product, payload)
As a payload I use user id.