Prices
Create a price
Creates a new price.
POST
/
prices
Body parameters
amount
integer
requiredThe amount to be charged.
currency
string
requiredA lowercase ISO currency code. Currently supported currencies are: “dzd”.
product_id
string
requiredThe ID of the Product.
metadata
array
A Set of key-value pairs that can be used to store additional information about the product.
Returns
If the request is successful, it returns a price object.