Stripe Payments
Get available web subscription products
Returns all available web subscription products with their Stripe price IDs and coin amounts. Use this endpoint to fetch the latest plans for the frontend paywall.
get/v1/payments/products
Response
Web subscription products retrieved successfully
Example response
{
"products": [
{
"planId": "premium-week-23-99",
"priceId": "price_1Sjhr1ACV98ZMZrYHr3BkDSe",
"initialCoinsAmount": 50
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.