Update a plan fee
Updates a fee’s price or effective dates. The fee’s product cannot be changed; add a new fee instead. A new price can be created inline on the same product.
Authentication
AuthorizationBearer
API key obtained from the Grant dashboard
Path parameters
id
feeId
Request
This endpoint expects an object.
price_id
Existing price to switch the fee to. Must belong to the fee's product.
price
Create a new price on the fee's product inline and switch the fee to it
effective_from
New effective start date; null clears it
effective_to
New effective end date; null clears it
Response
Fee updated
success
fee
request_id
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
