Unarchive an invoice rendering template so it can be used on new Stripe objects again.
Parameters
No parameters.
Returns
The updated template object is returned if successful. Otherwise, this call raises an error.
{ "id": "inrtem_abc", "object": "invoice_rendering_template", "nickname": "My Invoice Template", "status": "active", "version": 1, "created": 1678942624, "livemode": false}
A Billing Profile is a representation of how a bill is paid, separating payment behavior from customer identity.
A Billing Intent represents a request to create, modify or cancel subscriptions.
A billing alert is a resource that notifies you when a certain usage threshold on a meter is crossed. For example, you might create a billing alert to notify you when a certain user made 100 API requests.
Meters specify how to aggregate meter events over a billing period. Meter events represent the actions that customers take in your system. Meters attach to prices and form the basis of the bill.
Related guide: Usage based billing