You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/offerings/virtual-currency.mdx
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,10 @@ To avoid service interruptions, we recommend implementing retry logic. If you hi
58
58
59
59
For more information on handling rate limits and using the Retry-After header, please refer to our [API documentation](https://www.revenuecat.com/docs/api-v2#tag/Rate-Limit).
60
60
61
+
:::info Need more?
62
+
If you anticipate needing higher rate limits, please [contact our support team](https://app.revenuecat.com/settings/support) with details about your use case and anticipated request usage.
63
+
:::
64
+
61
65
### Limitations
62
66
63
67
The maximum amount of a single virtual currency that a customer can own must be between zero and two billion (2,000,000,000). Negative balances are not supported.
@@ -105,15 +109,15 @@ import fetchVCBalancesKMP from "@site/code_blocks/virtual-currency/vc-balance-sd
105
109
106
110
Fetching virtual currency balances is supported in the following SDK versions:
107
111
108
-
| SDK | Supported Versions |
109
-
| ---------------- | --------------------------|
110
-
| iOS SDK | 5.32.0+ |
111
-
| Android SDK | 9.1.0+ |
112
-
| React Native SDK | 9.1.0+ |
113
-
| Flutter SDK | 9.1.0+ |
114
-
| Capacitor SDK | 11.1.0+ |
115
-
| Unity SDK | 8.1.0+ |
116
-
| KMP SDK | 2.1.0+16.2.0+ |
112
+
| SDK | Supported Versions |
113
+
| ---------------- | ------------------ |
114
+
| iOS SDK | 5.32.0+ |
115
+
| Android SDK | 9.1.0+ |
116
+
| React Native SDK | 9.1.0+ |
117
+
| Flutter SDK | 9.1.0+ |
118
+
| Capacitor SDK | 11.1.0+ |
119
+
| Unity SDK | 8.1.0+ |
120
+
| KMP SDK | 2.1.0+16.2.0+ |
117
121
118
122
You can use the `virtualCurrencies()` function to retrieve a customer's balance. The function returns a `VirtualCurrencies` object, which includes the customer's balances along with each virtual currency's metadata.
119
123
@@ -149,10 +153,10 @@ You can use the `virtualCurrencies()` function to retrieve a customer's balance.
0 commit comments