cURL
curl --request POST \ --url https://pay.chargily.net/test/api/v2/prices \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 123, "currency": "<string>", "product_id": "<string>", "metadata": [ {} ] }'
{ "id": "01hhy57e5j3xzce7ama8gtk7m0", "entity": "price", "livemode": false, "amount": 200, "currency": "dzd", "metadata": null, "created_at": 1702892910, "updated_at": 1702892910, "product_id": "01hhy57dnhxf6pq4zcmw7tjnp6" }
Creates a new price.