billing
Retrieve a fee
Retrieve a fee by ID, including its variants.
get/fees/{fee_id}
Path parameters
fee_idstring required
Response
OK
Example response
{
"tax_rate": "0.20"
}Retrieve a fee by ID, including its variants.
OK
{
"tax_rate": "0.20"
}