cURL
curl --request POST \ --url https://revstack.dev/v1/prices \ --header 'Content-Type: application/json' \ --data ' { "environmentId": "<string>", "name": "<string>", "amount": 1, "currency": "<string>", "type": "recurring", "interval": "month", "planId": "<string>", "addonId": "<string>", "metadata": {} } '
null
Creates a new price linked to a plan or addon.
1
x >= 0
3
recurring
one_time
month
year
week
day
Show child attributes
Price created
The response is of type unknown.
unknown