Contents

nonce

A universally unique ID (UUID) value that you define.

Declaration

var nonce: UUID { get }

Discussion

Your server generates a unique nonce when it creates the signature string for the payment discount. The string representation of the nonce must be lowercase.

You can use a nonce one time; generate a new one for every buy request.

See Also

Validating the Discount