Retrieve a fee charge
Retrieve a fee charge by ID.
Path parameters
Response
OK
Example response
{
"amount_fee": "10.00",
"amount_tax": "2.00",
"amount_total": "12.00",
"collected_amount": "8.00",
"collected_at": "2026-02-01T09:30:00Z",
"collections": [
{
"amount": "4.00",
"collected_at": "2026-07-02T09:00:00Z"
}
],
"fee": {
"tax_rate": "0.20"
},
"outstanding_amount": "4.00",
"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"
}Changes
Changed in 4 of the 11 revisions of this API.1414
- ○
added the required property
collected_amountto the response with the200statusresponse-required-property-added
- ○
added the required property
collectionsto the response with the200statusresponse-required-property-added
- ○
added the required property
outstanding_amountto the response with the200statusresponse-required-property-added
- ○
- ○
added the required property
fee/allOf[subschema #1: Fee]/variantsto the response with the200statusresponse-required-property-added
- ○
- ▲
the
currencyresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
feeresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
refunds/items/currencyresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
removed the required property
fee/aliasfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/chargeable_currenciesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/descriptionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/display_namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/fee_typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/modified_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/tax_ratefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
fee/transaction_typefrom the response with the200statusresponse-required-property-removed
- ○
added
Currencyto thecurrencyresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Currencyto therefunds/items/currencyresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
Feeto thefeeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
EURenum value from thecurrencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
EURenum value from therefunds/items/currencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
GBPenum value from thecurrencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
GBPenum value from therefunds/items/currencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDenum value from thecurrencyresponse property for the response status200response-property-enum-value-removed
- ○
removed the
USDenum value from therefunds/items/currencyresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
api tag
billingaddedapi-tag-added
This revision also has 53 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○