Generates a unique random 40-bit card number for Wavelynx wallet credentials. The system attempts up to 3 times to generate a unique number that doesn’t conflict with existing cards. Returns (Task containing the generated 40-bit card number)Exception Type: FailedOutcomeExceptionThrown when stackBits not configured or unique number generation fails
Overview of GetRandom40BitCardNumberAsync goes here.
| Name | Description |
|---|
Example in C#
// Returns: Int64
var item = await client.GetRandom40BitCardNumberAsync();
Example in CURL