Skip to content

Test Retrieve Lookup Fees

tarun-palisetty edited this page Jun 12, 2019 · 1 revision

Retrieve fees

Probate fees

if you want to retrieve probate fees, you can try it like this https://fees-register-api-aat.service.core-compute-aat.internal/fees-register/fees/lookup?amount_or_volume=300000.01&applicant_type=all&channel=default&event=issue&jurisdiction1=family&jurisdiction2=probate%20registry&keyword=pro1&service=probate

It might respond you like this.

{ “code”: “FEE0530", “description”: “Application for a grant of Probate or resealing of a grant £300,000.01-£500,000", “version”: 1, “fee_amount”: 750 }

Fee-register confluence page.

Fee search and lookup for different fees and usage of the different end-points can be found below. https://tools.hmcts.net/confluence/display/RP/FeesRegister+New+API+Changes

Clone this wiki locally