billing
Retrieve a fee charge
Retrieve a fee charge by ID.
get/fee-charges/{fee_charge_id}
Path parameters
fee_charge_idstring required
Response
OK
Example response
{
"amount_fee": "10.00",
"amount_tax": "2.00",
"amount_total": "12.00",
"collected_at": "2026-02-01T09:30:00Z",
"fee": {
"tax_rate": "0.20"
},
"period_end": "2026-01-31",
"period_start": "2026-01-01",
"refundable_amount": "7.00",
"refunded_amount": "5.00",
"refunds": [
{
"amount": "25.00"
}
],
"related_transaction_amount": "250.00",
"tax_rate": "0.20"
}