On this page
No Headings
Last updated: June 26, 2026
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.
The following example creates a setup fee with the following characteristics:
Set the value for the setup_fee in the payment_preferences object.
"payment_preferences": {
"setup_fee": {
"value": "10",
"currency_code": "USD"
},
},