LinkGiftToUserRequest

Request to link a gift to a User

Variables

user_id

int64

Id of the user the gift is to be linked with.  Errors:

gift_code

string

The code of the gift the user is to be linked to

Errors

giftPinCode

string

The optional hashed pincode of the gift to claim.  Required a secret key and a previously obtained salt byte-array to form.

giftPinCodeSalt

bytes

The salt used for the gift pincode.  This means this gift requires a pincode to claim.

Close