Skip to content

Commit b26818e

Browse files
Add VC links to openapi spec docs (#1014)
1 parent 66363da commit b26818e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/offerings/virtual-currency.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The maximum amount of a single virtual currency that a customer can own must be
6666

6767
#### From your backend
6868

69-
The following endpoint allows you to retrieve a customer's current balance from your backend:
69+
The [virtual currency get balance Developer API endpoint](https://www.revenuecat.com/docs/api-v2#tag/Customer/operation/list-virtual-currencies-balances) allows you to retrieve a customer's current balance from your backend:
7070

7171
import content4 from "@site/code_blocks/virtual-currency/balance.curl?raw";
7272

@@ -167,7 +167,7 @@ Virtual currency support in the hybrid SDKs is coming soon!
167167

168168
### Depositing or spending
169169

170-
You can deposit or spend currency by calling the virtual currency transactions Developer API endpoint from the backend of your app:
170+
You can deposit or spend currency by calling the [virtual currency transactions Developer API endpoint](https://www.revenuecat.com/docs/api-v2#tag/Customer/operation/create-virtual-currencies-transaction) from the backend of your app:
171171

172172
import content1 from "@site/code_blocks/virtual-currency/transactions.curl?raw";
173173

0 commit comments

Comments
 (0)