Billing and invoices
Products

Products

Products represents anything you sell to your customers. This can be a service, a software, a physical product etc. Setting up products is required to create subscriptions or one-time invoices.

To create a new product use the following API call:

curl --request POST \
--url https://api.properpayments.io/products \
--header 'Authorization: YOUR_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"name": "Coffee Gold"
}'

Please note: if you want to create invoices in numerous languages, you need to add all translations as an individual product.

To charge a customer a certain product you select the desired product when creating a subscription or invoice. There you can flexibly configure the pricing, tax and billing periods as agreed with your customer.

You can also add metadata to a product to store any notes for internal reference.