Charge a setup fee
Last updated: Sept 24th, 4:30pm
Use a setup fee to charge the subscriber before the subscription begins, typically for items that aren't part of the regular subscription billing.
You set up the fee when you create the plan.
Example: Software license onboarding fee
The following example creates a setup fee with the following characteristics:
- $10 setup fee for onboarding and configuration of a network vendor subscriber before purchasing a software license.
- $15 per month for the regular billing cycle.
Sample request
Set the value for the setup_fee
in the payment_preferences
object.
1"payment_preferences": {2 "setup_fee": {3 "value": "10",4 "currency_code": "USD"5 },6 },