Skip to main content

Transform Help Center

How can I depict one-time purchases in the system?

In addition to recurring payments, billwerk also offers you the possibility to process one-time purchases via the system.

Option 1 - Plan variant with immediate termination:

First create a new plan variant in the Products tab.

Screenshot_1.png

Set the setup fee or recurring fee to the amount of the one-time payment and the other fee to 0. Set the contract term as well as notice periods to one day and activate the option: "End after first contract period".

Screenshot_2.png

If a customer now orders this plan variant, a one-time payment in the amount of the fee / setup fee is triggered and the contract is automatically terminated the next day without triggering any further payments.

Option 2 - Plan variant as container and booked metered component:

First create a new plan variant in the Products tab by clicking "Add Plan Variant".

Screenshot_1.png

Set the fee and setup fee to 0, also select the option "End after first contract period". The plan variant created serves as a container for the one-time payment.

Screenshot_3.png

Also create a component of the type "Metered" in the amount of the one-time payment. Instructions can be found here.

If you want to enable your customers to make a one-time self-service purchase, you must create your order page using JavaScriptSDK (SubscriptionJS). After a customer has purchased the free plan variant, you must analyze the Webhook "OrderSucceeded". You can then post the metered component to the contract using the REST API and trigger an interim billing for the contract using the REST API. Interim billing then triggers the one-time payment for the metered component(s).

In the UI, you can also post one-time purchases for your customer contracts as described here.