Hi,
My app has a few metered ids which I want to use to charge merchants.
- Can I create metered ids programmatically? Is there an API?
- Can I fetch all metered ids for my app in one go?
I have to charge my merchants at the start of the month using these metered ids. However, I do not want to hardcode the metered ids in my code.
Therefore, I want to call this API to know the latest list of metered ids in my account on Clover at the start of the month.
Or if there is a web hook, I can store the metered ids locally in my DB and get additions / changes on Clover for metered ids to my database automatically instead of fetching the entire set each time.
Please advise.