Generates a unique random 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 x-bit card number)Exception Type: FailedOutcomeExceptionThrown when stackBits not configured or unique number generation fails
Overview of GetRandomBitCardNumberAsync goes here.
| Name | Description |
|---|---|
| numBits | The number of bits for the generated card number (default is 40) |
Example in C#
// Returns: Int64
var item = await client.GetRandomBitCardNumberAsync(Int32 numBits);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/management/randomwalletcardnumber \
-H 'Authorization: Bearer TOKEN_GOES_HERE'