Type Alias CustomerToken

CustomerToken: string

Returned if Account Linking or payment tokenization was requested.

The customer token represents the tokenized customer and allows you to act on behalf of the customer. You must persist this token in your system associated with the customer account. To de-duplicate customers, you should use the customerId as the unique identifier.